@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64);--c-brand: #42b883;--c-brand-light: #50c892}:root{--color-background: var(--vt-c-white-soft);--color-background-soft: var(--vt-c-white-mute);--color-background-mute: var(--vt-c-white-soft);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--color-primary: var(--c-brand);--color-primary-dark: var(--c-brand-light);--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;min-height:100vh;margin:0;padding:0;font-weight:400;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;text-align:center}.landing-content{width:100%;max-width:1200px;padding:0 2rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}body{margin:0;padding:0;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff}h1,h2,h3{margin:0;line-height:1.2;text-align:center;width:100%}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;max-width:600px}.cta-button{background-color:#45b26b;color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.cta-button:hover{background-color:#3a9459;transform:translateY(-2px);box-shadow:0 4px 12px #45b26b33}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (max-width: 768px){.landing-content{padding:0 1rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem;padding:0 1rem}}@media (min-width: 769px) and (max-width: 1023px){.landing-content{padding:0 1.5rem}}@media (min-width: 1024px){.landing-content{padding:0 2rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100vh;overflow-x:hidden}#app{width:100%;min-height:100vh}.popup-overlay[data-v-75955519]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;transition:opacity .3s ease}.popup-content[data-v-75955519]{background:#fff;padding:2.5rem 3.5rem;border-radius:15px;text-align:center;box-shadow:0 8px 25px #0000001a;transform:scale(1);transition:transform .3s cubic-bezier(.25,.8,.25,1)}.popup-icon[data-v-75955519]{font-size:3rem;margin-bottom:1rem;animation:pop-in-75955519 .5s cubic-bezier(.25,.8,.25,1)}.popup-message[data-v-75955519]{font-size:1.2rem;color:#2c3e50;font-weight:500}.fade-enter-from[data-v-75955519],.fade-leave-to[data-v-75955519]{opacity:0}.fade-enter-from .popup-content[data-v-75955519],.fade-leave-to .popup-content[data-v-75955519]{transform:scale(.9)}@keyframes pop-in-75955519{0%{transform:scale(.5);opacity:0}70%{transform:scale(1.05);opacity:1}to{transform:scale(1)}}.login-container[data-v-7d1cc3d6]{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;margin:0;padding:1rem;background:linear-gradient(135deg,#42b883,#347474)}.login-box[data-v-7d1cc3d6]{background:#fffffff2;padding:2rem;border-radius:15px;box-shadow:0 8px 32px #0000001a;width:100%;max-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-title[data-v-7d1cc3d6]{font-size:1.75rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;text-align:center}.login-form[data-v-7d1cc3d6]{display:flex;flex-direction:column;gap:1rem}.input-group[data-v-7d1cc3d6]{display:flex;flex-direction:column;gap:.5rem}.input-group label[data-v-7d1cc3d6]{color:#2c3e50;font-size:.9rem;font-weight:600}.input-help[data-v-7d1cc3d6]{color:#64748b;font-size:.8rem;margin-top:-.25rem}.input-group input[data-v-7d1cc3d6]{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.input-group input[data-v-7d1cc3d6]:focus{outline:none;border-color:#42b883;box-shadow:0 0 0 4px #42b8831a}.login-button[data-v-7d1cc3d6]{background-color:#42b883;color:#fff;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-button[data-v-7d1cc3d6]:hover{background-color:#3aa876;transform:translateY(-2px);box-shadow:0 4px 12px #42b88333}.login-button[data-v-7d1cc3d6]:disabled{opacity:.7;cursor:not-allowed}.login-button[data-v-7d1cc3d6]:active{transform:translateY(0)}.register-link[data-v-7d1cc3d6]{text-align:center;margin-top:1rem;font-size:.9rem;color:#2c3e50}.register-link a[data-v-7d1cc3d6]{color:#42b883;text-decoration:none;font-weight:600}.register-link a[data-v-7d1cc3d6]:hover{text-decoration:underline}.error-message[data-v-7d1cc3d6]{background:#ffebee;color:#c62828;padding:10px;border-radius:8px;text-align:center}@media (max-width: 480px){.login-box[data-v-7d1cc3d6]{padding:1.5rem}.login-title[data-v-7d1cc3d6]{font-size:1.5rem}}.register-container[data-v-f94382ba]{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;margin:0;padding:1rem;background:linear-gradient(135deg,#42b883,#347474)}.register-box[data-v-f94382ba]{background:#fffffff2;padding:2rem;border-radius:15px;box-shadow:0 8px 32px #0000001a;width:100%;max-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.register-title[data-v-f94382ba]{font-size:1.75rem;font-weight:700;color:var(--vt-c-indigo);margin-bottom:1.5rem;text-align:center}.register-form[data-v-f94382ba]{display:flex;flex-direction:column;gap:1rem}.input-group[data-v-f94382ba]{display:flex;flex-direction:column;gap:.5rem}.input-group label[data-v-f94382ba]{color:var(--vt-c-text-light-2);font-size:.9rem;font-weight:600}.input-group input[data-v-f94382ba]{width:100%;padding:.75rem;border:2px solid var(--vt-c-divider-light-2);border-radius:8px;font-size:1rem;transition:all .3s ease}.input-group input[data-v-f94382ba]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #42b8831a}.register-button[data-v-f94382ba]{background-color:var(--color-primary);color:#fff;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.register-button[data-v-f94382ba]:hover{background-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #42b88333}.register-button[data-v-f94382ba]:active{transform:translateY(0)}.login-link[data-v-f94382ba]{text-align:center;margin-top:1rem;font-size:.9rem;color:var(--vt-c-text-light-2)}.login-link a[data-v-f94382ba]{color:var(--color-primary);text-decoration:none;font-weight:600}.login-link a[data-v-f94382ba]:hover{text-decoration:underline}@media (max-width: 480px){.register-box[data-v-f94382ba]{padding:1.5rem}.register-title[data-v-f94382ba]{font-size:1.5rem}}.bottom-nav[data-v-be7c33df]{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;height:60px;border-top:1px solid #e2e8f0;background-color:#fff;box-shadow:0 -2px 10px #0000000d;z-index:100}.nav-item[data-v-be7c33df]{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;text-decoration:none;flex-grow:1;height:100%;font-size:.75rem;transition:all .2s ease-in-out}.nav-icon[data-v-be7c33df]{margin-bottom:.25rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.nav-item.active[data-v-be7c33df]{color:#4caf50;background-color:#f0fdf4}.nav-item[data-v-be7c33df]:hover:not(.active){color:#334155}@media (max-width: 480px){.nav-item[data-v-be7c33df]{font-size:.7rem}}.profile-container[data-v-365d30a6]{min-height:100vh;width:100%;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);display:flex;flex-direction:column;padding-bottom:70px;position:relative}.profile-content[data-v-365d30a6]{width:100%;max-width:800px;margin:0 auto;flex:1}.profile-header[data-v-365d30a6]{background:#fff;padding:2rem;border-radius:15px;text-align:center;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000000d}.profile-avatar[data-v-365d30a6]{width:100px;height:100px;margin:0 auto 1rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center}.avatar-placeholder[data-v-365d30a6]{font-size:2.5rem}.profile-name[data-v-365d30a6]{font-size:1.5rem;color:#2c3e50;margin-bottom:.5rem}.profile-contact[data-v-365d30a6]{color:#64748b}.profile-sections[data-v-365d30a6]{display:flex;flex-direction:column;gap:1.5rem}.profile-section[data-v-365d30a6]{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 6px #0000000d}.section-header[data-v-365d30a6]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-title[data-v-365d30a6]{font-size:1.25rem;color:#2c3e50;margin-bottom:1rem}.info-grid[data-v-365d30a6]{display:grid;gap:1rem}.info-item[data-v-365d30a6]{padding:.75rem;border-bottom:1px solid #e2e8f0}.info-item[data-v-365d30a6]:last-child{border-bottom:none}.info-item label[data-v-365d30a6]{color:#64748b;font-size:.875rem;margin-bottom:.25rem;display:block}.info-item p[data-v-365d30a6]{color:#2c3e50;font-weight:500}.settings-buttons[data-v-365d30a6]{display:flex;flex-direction:column;gap:.75rem}.settings-button[data-v-365d30a6]{width:100%;padding:.75rem;border:none;border-radius:8px;background:#4caf50;color:#fff;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.settings-button[data-v-365d30a6]:hover{opacity:.9;transform:translateY(-1px)}.settings-button.danger[data-v-365d30a6]{background:#ef4444;margin-top:1rem}.button-icon[data-v-365d30a6]{font-size:1.25rem}.edit-button[data-v-365d30a6]{padding:.5rem 1rem;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .3s ease}.edit-button[data-v-365d30a6]:hover{opacity:.9;transform:translateY(-1px)}@media (min-width: 640px){.info-grid[data-v-365d30a6]{grid-template-columns:repeat(2,1fr)}}.dashboard-container[data-v-6c6748f4]{min-height:100vh;width:100%;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#e4e8eb)}.dashboard-content[data-v-6c6748f4]{width:100%;max-width:1200px;margin:0 auto 80px;padding-bottom:1rem}.welcome-section[data-v-6c6748f4]{text-align:center;margin-bottom:2rem;padding:2rem 1rem;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000000d}.dashboard-title[data-v-6c6748f4]{font-size:1.8rem;color:var(--vt-c-text-light-1);margin-bottom:.5rem;font-weight:700}.dashboard-subtitle[data-v-6c6748f4]{color:var(--vt-c-text-light-2);font-size:1.1rem}.features-grid[data-v-6c6748f4]{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.feature-card[data-v-6c6748f4]{background:#fff;padding:1.5rem;border-radius:15px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease;cursor:pointer}.feature-card[data-v-6c6748f4]:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.feature-icon[data-v-6c6748f4]{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#4caf50;color:#fff;border-radius:50%;margin:0 auto 1rem}.feature-card h3[data-v-6c6748f4]{font-size:1.1rem;font-weight:600;margin-bottom:0;color:var(--vt-c-text-light-1)}.section-title[data-v-6c6748f4]{font-size:1.4rem;color:var(--vt-c-text-light-1);margin-bottom:1rem;font-weight:600}.recent-activities[data-v-6c6748f4]{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 6px #0000000d}.activity-list[data-v-6c6748f4]{display:flex;flex-direction:column}.activity-items[data-v-6c6748f4]{width:100%}.activity-item[data-v-6c6748f4]{display:flex;justify-content:space-between;align-items:center;padding:.85rem .25rem;border-bottom:1px solid #f1f5f9}.activity-item[data-v-6c6748f4]:last-child{border-bottom:none}.activity-kegiatan[data-v-6c6748f4]{font-weight:500;color:#334155}.activity-time[data-v-6c6748f4]{font-size:.85rem;color:#64748b;flex-shrink:0;margin-left:1rem}.no-activities[data-v-6c6748f4]{color:var(--vt-c-text-light-2);font-style:italic;min-height:100px;display:flex;align-items:center;justify-content:center;width:100%}@media (max-width: 960px){.features-grid[data-v-6c6748f4]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.dashboard-content[data-v-6c6748f4]{padding:.5rem}.dashboard-title[data-v-6c6748f4]{font-size:1.5rem}.dashboard-subtitle[data-v-6c6748f4]{font-size:1rem}.features-grid[data-v-6c6748f4]{grid-template-columns:repeat(2,1fr)}.section-title[data-v-6c6748f4]{font-size:1.2rem}}@media (max-width: 480px){.dashboard-container[data-v-6c6748f4]{padding:.5rem}.welcome-section[data-v-6c6748f4]{padding:1.5rem 1rem}.features-grid[data-v-6c6748f4]{grid-template-columns:repeat(2,1fr);gap:.5rem}.feature-card[data-v-6c6748f4]{padding:1rem}.feature-icon[data-v-6c6748f4]{width:40px;height:40px;margin-bottom:.5rem}.feature-card h3[data-v-6c6748f4]{font-size:.9rem}}[data-v-6c6748f4] .bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff}.edit-kebun-page[data-v-e2e5af4e]{min-height:calc(100vh - 56px);width:100%;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);display:flex;flex-direction:column;padding-bottom:80px}.edit-kebun-content[data-v-e2e5af4e]{width:100%;max-width:600px;margin:0 auto}.welcome-section[data-v-e2e5af4e]{text-align:center;margin-bottom:2rem;padding:2rem 1rem;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000000d}.page-title[data-v-e2e5af4e]{font-size:1.8rem;font-weight:700;color:#2c3e50}.kebun-form[data-v-e2e5af4e]{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 6px #0000000d}.form-group[data-v-e2e5af4e]{margin-bottom:1.5rem}label[data-v-e2e5af4e]{display:block;margin-bottom:.5rem;color:#334155;font-weight:600}input[data-v-e2e5af4e],select[data-v-e2e5af4e]{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;transition:border-color .3s ease}input[data-v-e2e5af4e]:focus,select[data-v-e2e5af4e]:focus{outline:none;border-color:#4caf50}.tandon-dimensions[data-v-e2e5af4e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1rem}.button-group[data-v-e2e5af4e]{display:flex;gap:1rem;margin-top:2rem}button[data-v-e2e5af4e]{flex:1;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.save-button[data-v-e2e5af4e]{background-color:#4caf50;color:#fff}.save-button[data-v-e2e5af4e]:hover{background-color:#45a049}.cancel-button[data-v-e2e5af4e]{background-color:#f44336;color:#fff}.cancel-button[data-v-e2e5af4e]:hover{background-color:#e53935}button[data-v-e2e5af4e]:disabled{background-color:#ccc;cursor:not-allowed}.error-message[data-v-e2e5af4e]{background-color:#ffebee;color:#c62828;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}@media (max-width: 768px){.page-title[data-v-e2e5af4e]{font-size:1.5rem}.kebun-form[data-v-e2e5af4e]{padding:1.5rem}}.riwayat-page[data-v-43bc1604]{min-height:calc(100vh - 56px);width:100%;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);display:flex;flex-direction:column;padding-bottom:80px}.riwayat-content[data-v-43bc1604]{width:100%;max-width:800px;margin:0 auto}.welcome-section[data-v-43bc1604]{text-align:center;margin-bottom:2rem;padding:2rem 1rem;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000000d}.page-title[data-v-43bc1604]{font-size:1.8rem;font-weight:700;color:#2c3e50}.page-subtitle[data-v-43bc1604]{color:#64748b;margin-top:.5rem}.form-card[data-v-43bc1604],.history-list[data-v-43bc1604]{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem}.form-group[data-v-43bc1604]{margin-bottom:1.5rem}label[data-v-43bc1604]{display:block;margin-bottom:.5rem;color:#334155;font-weight:600}input[data-v-43bc1604],textarea[data-v-43bc1604]{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem}textarea[data-v-43bc1604]{min-height:100px;resize:vertical}.save-button[data-v-43bc1604]{width:100%;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;background-color:#4caf50;color:#fff;transition:background-color .3s ease}.save-button[data-v-43bc1604]:disabled{background-color:#ccc}.section-title[data-v-43bc1604]{font-size:1.4rem;margin-bottom:1rem;color:#2c3e50}.no-data[data-v-43bc1604],.error-message[data-v-43bc1604]{text-align:center;color:#64748b;padding:2rem;font-style:italic}.history-item[data-v-43bc1604]{border-bottom:1px solid #e2e8f0;padding:1rem 0}.history-item[data-v-43bc1604]:last-child{border-bottom:none}.item-header[data-v-43bc1604]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.item-kegiatan[data-v-43bc1604]{font-weight:600;color:#334155}.item-tanggal[data-v-43bc1604]{font-size:.85rem;color:#64748b}.item-catatan[data-v-43bc1604]{color:#475569}.home-container[data-v-56cd2056]{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;margin:0;padding:1rem;background:linear-gradient(135deg,#42b883,#347474);text-align:center}.content-wrapper[data-v-56cd2056]{max-width:800px;padding:2rem}.hero-title[data-v-56cd2056]{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle[data-v-56cd2056]{font-size:clamp(1rem,3vw,1.25rem);color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.cta-button[data-v-56cd2056]{display:inline-block;background-color:#fff;color:var(--color-primary);padding:1rem 2rem;border-radius:8px;font-size:clamp(1rem,2vw,1.125rem);font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 6px #0000001a}.cta-button[data-v-56cd2056]:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026;background-color:#ffffffe6}.cta-button[data-v-56cd2056]:active{transform:translateY(0);box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.content-wrapper[data-v-56cd2056]{padding:1rem}}@media (max-width: 480px){.home-container[data-v-56cd2056]{padding:1rem}.cta-button[data-v-56cd2056]{padding:.875rem 1.75rem;width:100%;max-width:300px}}.nutrisi-page[data-v-836db7f2]{min-height:calc(100vh - 56px);width:100%;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);display:flex;flex-direction:column;padding-bottom:80px}.nutrisi-content[data-v-836db7f2]{width:100%;max-width:800px;margin:0 auto}.welcome-section[data-v-836db7f2]{text-align:center;margin-bottom:2rem;padding:2rem 1rem;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000000d}.page-title[data-v-836db7f2]{font-size:1.8rem;font-weight:700;color:#2c3e50}.page-subtitle[data-v-836db7f2]{color:#64748b;margin-top:.5rem}.form-card[data-v-836db7f2],.history-list[data-v-836db7f2]{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem}.form-group[data-v-836db7f2]{margin-bottom:1.5rem}label[data-v-836db7f2]{display:block;margin-bottom:.5rem;color:#334155;font-weight:600}input[data-v-836db7f2]{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem}.save-button[data-v-836db7f2]{width:100%;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;background-color:#4caf50;color:#fff;transition:background-color .3s ease}.save-button[data-v-836db7f2]:hover{background-color:#45a049}.section-title[data-v-836db7f2]{font-size:1.4rem;margin-bottom:1.5rem;color:#2c3e50}.result-cards[data-v-836db7f2]{display:grid;gap:1rem;margin-bottom:1.5rem}.result-card[data-v-836db7f2]{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.result-card.highlight[data-v-836db7f2]{background:#f0fdf4;border-color:#4caf50;border-width:2px}.result-header[data-v-836db7f2]{color:#64748b;font-size:.9rem;margin-bottom:.5rem}.result-value[data-v-836db7f2]{color:#1e293b;font-size:1.5rem;font-weight:700;display:flex;align-items:baseline;gap:.25rem}.unit[data-v-836db7f2]{color:#64748b;font-size:1rem;font-weight:500}.result-subtitle[data-v-836db7f2]{color:#64748b;font-size:.8rem;margin-top:.25rem;font-style:italic}@media (min-width: 640px){.result-cards[data-v-836db7f2]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 639px){.result-cards[data-v-836db7f2]{grid-template-columns:1fr}.result-card[data-v-836db7f2]{padding:1rem}.result-header[data-v-836db7f2]{font-size:.875rem}.result-value[data-v-836db7f2]{font-size:1.25rem}.unit[data-v-836db7f2]{font-size:.875rem}}.note[data-v-836db7f2]{margin-top:1.5rem;padding:1.25rem;background-color:#f8fafc;border-radius:12px;border-left:4px solid #4CAF50}.note-title[data-v-836db7f2]{font-size:1rem;color:#334155;margin-bottom:.75rem;font-weight:600}.note-list li[data-v-836db7f2]{color:#64748b;margin-bottom:.75rem;padding-left:1.25rem;font-size:.875rem;line-height:1.5}
