.box-section{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:600px;margin:2.5rem auto;display:flex}.box-card{background:#1e293bf7;border:1.5px solid #334155;border-radius:1.5rem;width:100%;margin:.5rem 0;padding:2.5rem 2rem;transition:box-shadow .2s,border .2s;box-shadow:0 6px 32px #1018282e,0 1.5px 6px #6366f114}.box-card:hover{border:1.5px solid #6366f1;box-shadow:0 12px 48px #6366f12e,0 2px 8px #1018281a}.box-title{color:#a5b4fc;letter-spacing:-.5px;margin-bottom:1.2rem;font-size:1.5rem;font-weight:700}.box-content{color:#e0e7ef;font-size:1.08rem;line-height:1.7}.box-actions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}@tailwind base;@tailwind components;@tailwind utilities;:root{--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}body{color:#111;background:linear-gradient(135deg,#312e81 0%,#0f172a 100%);min-height:100vh;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}h1,h2{color:#e0e7ef;letter-spacing:-.5px;font-family:Inter,Segoe UI,Arial,sans-serif;font-weight:700}h1{margin:2rem 0 1rem;font-size:2.5rem;line-height:1.1}@media (width<=1024px){h1{margin:1.2rem 0 .7rem;font-size:1.7rem}}h2{margin:0 0 .5rem;font-size:1.3rem;line-height:1.2}@media (width<=1024px){h2{font-size:1.1rem}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.counter{color:#a78bfa;background:var(--accent-bg);border:2px solid #0000;border-radius:6px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:1rem;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline-offset:2px;outline:2px solid #a78bfa}.card{background:#1e293bd9;border-radius:1.2rem;width:100%;max-width:480px;margin:1.5rem 0;padding:2rem 1.5rem;box-shadow:0 4px 32px #1018282e}.btn-modern,.btn-google-modern,.btn-secondary-modern{cursor:pointer;border:none;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,box-shadow .2s,color .2s;box-shadow:0 2px 8px #1018281a}.btn-modern{color:#fff;background:#6366f1}.btn-modern:hover{background:#4f46e5}.btn-google-modern{color:#312e81;background:#fff;align-items:center;gap:.5rem;display:flex}.btn-google-modern:hover{background:#f1f5f9}.btn-secondary-modern{color:#fff;background:#334155}.btn-secondary-modern:hover{background:#1e293b}.file-input-modern{color:#fff;background:#1e293b;border:1px solid #334155;border-radius:.5rem;width:100%;margin-bottom:1rem;padding:.5rem 1rem;transition:border .2s}.file-input-modern:focus{border:1.5px solid #6366f1;outline:none}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#app{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}@apply flex flex-col w-60 h-screen bg-white shadow-xl rounded-r-3xl border-r border-gray-200 px-0 py-0 sticky top-0 left-0 z-30;.sidebar-modern[data-v-1497d2f3]{box-shadow:2px 0 24px #1018281a}@apply flex flex-col items-center py-8 border-b border-gray-100 mb-2;@apply flex items-center justify-center w-16 h-16 bg-purple-200 rounded-full text-2xl font-bold text-purple-700 mb-2 shadow-md;.sidebar-avatar[data-v-1497d2f3]{letter-spacing:1px}@apply font-semibold text-base mb-0.5;@apply text-xs text-gray-400;@apply flex-1 mt-8;.sidebar-nav ul[data-v-1497d2f3]{margin:0;padding:0;display:inline-block}.sidebar-nav ul li[data-v-1497d2f3]{margin-right:.5rem}@apply flex items-center px-7 py-3 text-gray-700 hover:bg-purple-100 hover:text-purple-700 rounded-xl transition-colors duration-150 font-medium text-base;.sidebar-link[data-v-1497d2f3]{gap:.75rem}@apply bg-purple-200 text-purple-800 font-semibold shadow-sm;@apply flex items-center justify-center mr-3;.sidebar-icon-wrapper[data-v-1497d2f3]{min-width:22px;min-height:22px}.app-bg[data-v-e03419fd]{background:linear-gradient(135deg,#f5f6fa 0%,#e0e7ef 100%);min-height:100vh;display:flex}.status-bar[data-v-e03419fd]{border-radius:0 0 1.5rem 1.5rem;font-family:Inter,Segoe UI,Arial,sans-serif}.profile-section[data-v-e03419fd]{margin-bottom:.5rem}.profile-avatar[data-v-e03419fd]{object-fit:cover;border-radius:50%;width:80px;height:80px;box-shadow:0 2px 8px #1018281a}.profile-name[data-v-e03419fd]{color:#22223b;font-size:1.2rem;font-weight:600}.profile-email[data-v-e03419fd]{color:#6b7280;font-size:.95rem}.signout-btn[data-v-e03419fd]{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.7rem;margin-top:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.signout-btn[data-v-e03419fd]:hover{background:#dc2626}.scan-card[data-v-e03419fd]{border:1.5px solid #e5e7eb}.scan-title[data-v-e03419fd]{color:#22223b;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.upload-label[data-v-e03419fd]{cursor:pointer;color:#6366f1;background:#f3f4f6;border:1.5px dashed #a5b4fc;border-radius:.7rem;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.7rem 1.2rem;font-weight:500;transition:border .2s;display:flex}.upload-label[data-v-e03419fd]:hover{border:1.5px solid #6366f1}.upload-icon[data-v-e03419fd]{font-size:1.2rem;font-weight:700}.scan-btn[data-v-e03419fd]{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s;box-shadow:0 2px 8px #1018281a}.scan-btn[data-v-e03419fd]:disabled{cursor:not-allowed;background:#a5b4fc}.scan-btn[data-v-e03419fd]:hover:not(:disabled){background:#2563eb}.image-preview-container[data-v-e03419fd]{background:#e5e7eb;border-radius:1rem;justify-content:center;align-items:center;width:100%;max-width:320px;max-height:320px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 2px 12px #1018281a}.image-preview[data-v-e03419fd]{object-fit:contain;background:#e5e7eb;border-radius:1rem;width:100%;max-width:320px;height:auto;max-height:320px}.scan-result-box[data-v-e03419fd]{color:#22223b;background:#f3f4f6;border-radius:.7rem;margin-top:.5rem;padding:1rem;font-size:.98rem}.total-amount[data-v-e03419fd]{color:#22c55e;margin-top:.5rem;font-size:1.1rem;font-weight:700}.admin-toggle-row[data-v-e03419fd]{margin-top:1.2rem}.admin-label[data-v-e03419fd]{color:#22223b;font-size:1rem;font-weight:500}.admin-switch[data-v-e03419fd]{accent-color:#6366f1;width:2.2rem;height:1.2rem}.receipt-list-card[data-v-e03419fd]{background:#f9fafb;border-radius:1.2rem;margin-top:1rem;box-shadow:0 2px 8px #10182814}.receipt-row[data-v-e03419fd]{color:#22223b;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;font-size:1rem;display:flex}.receipt-row[data-v-e03419fd]:last-child{border-bottom:none}.receipt-title[data-v-e03419fd]{font-weight:500}.receipt-date[data-v-e03419fd]{color:#6b7280;margin-left:.5rem;font-size:.92rem}.arrow[data-v-e03419fd]{color:#a5b4fc;font-size:1.2rem;font-weight:700}.export-btn[data-v-e03419fd]{color:#22223b;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,border .2s;box-shadow:0 2px 8px #1018280f}.export-btn[data-v-e03419fd]:hover{background:#f3f4f6;border:1.5px solid #6366f1}.profile-card[data-v-cafd4d94]{background:#fff;border-radius:1.5rem;max-width:100%;margin-bottom:.5rem;padding:2rem 1rem 1.5rem;box-shadow:0 4px 24px #1018281a}.profile-avatar[data-v-cafd4d94]{object-fit:cover;border-radius:50%;width:90px;height:90px;box-shadow:0 2px 8px #1018281a}.profile-name[data-v-cafd4d94]{color:#22223b;margin-top:.5rem;font-size:1.2rem;font-weight:600}.profile-email[data-v-cafd4d94]{color:#6b7280;margin-bottom:.5rem;font-size:.98rem}.signout-btn[data-v-cafd4d94]{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.7rem;margin-top:.5rem;padding:.5rem 2rem;font-size:1.1rem;font-weight:600;transition:background .2s}.signout-btn[data-v-cafd4d94]:hover{background:#dc2626}.btn-google-modern[data-v-cafd4d94]{color:#22223b;background:#fff;border:1.5px solid #e5e7eb;border-radius:.7rem;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,border .2s;display:flex;box-shadow:0 2px 8px #1018281a}.btn-google-modern[data-v-cafd4d94]:hover{background:#f3f4f6;border:1.5px solid #6366f1}.fade-enter-active[data-v-0ccef43a],.fade-leave-active[data-v-0ccef43a]{transition:opacity .25s}.fade-enter-from[data-v-0ccef43a],.fade-leave-to[data-v-0ccef43a]{opacity:0}.modal-overlay[data-v-0ccef43a]{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#10121b8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content[data-v-0ccef43a]{background:#fff;border-radius:1.2rem;flex-direction:column;align-items:center;width:90vw;max-width:350px;padding:2.5rem 2rem 2rem;animation:.25s cubic-bezier(.4,2,.6,1) popin-0ccef43a;display:flex;box-shadow:0 8px 32px #1f29372e}@keyframes popin-0ccef43a{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.modal-icon[data-v-0ccef43a]{width:3.5rem;height:3.5rem;margin-bottom:.5rem;display:block}.modal-title[data-v-0ccef43a]{color:#ef4444;text-align:center;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.modal-message[data-v-0ccef43a]{color:#374151;text-align:center;margin-bottom:1.5rem;font-size:1.05rem}.modal-btn[data-v-0ccef43a]{color:#fff;cursor:pointer;background:linear-gradient(90deg,#6366f1 0%,#818cf8 100%);border:none;border-radius:.7rem;padding:.6rem 2.2rem;font-size:1rem;font-weight:600;transition:background .18s;box-shadow:0 2px 8px #1018281a}.modal-btn[data-v-0ccef43a]:hover{background:linear-gradient(90deg,#4f46e5 0%,#6366f1 100%)}.scan-card[data-v-85c589c5]{background:#fff;border:1.5px solid #e5e7eb;box-shadow:0 2px 16px #1018281a}.scan-title[data-v-85c589c5]{color:#22223b;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.upload-label[data-v-85c589c5]{cursor:pointer;color:#6366f1;background:#fff;border:1.5px solid #e5e7eb;border-radius:.7rem;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.7rem 1.2rem;font-weight:500;transition:border .2s;display:flex}.upload-label[data-v-85c589c5]:hover{border:1.5px solid #6366f1}.upload-icon[data-v-85c589c5]{font-size:1.2rem;font-weight:700}.scan-btn[data-v-85c589c5]{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s;box-shadow:0 2px 8px #1018281a}.scan-btn[data-v-85c589c5]:disabled{cursor:not-allowed;background:#a5b4fc}.scan-btn[data-v-85c589c5]:hover:not(:disabled){background:#2563eb}.image-preview-container[data-v-85c589c5]{background:#e5e7eb;border-radius:1rem;justify-content:center;align-items:center;width:100%;max-width:320px;max-height:320px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 2px 12px #1018281a}.image-preview[data-v-85c589c5]{object-fit:contain;background:#e5e7eb;border-radius:1rem;width:100%;max-width:320px;height:auto;max-height:320px}.scan-result-box[data-v-85c589c5]{color:#22223b;background:#f3f4f6;border-radius:.7rem;margin-top:.5rem;padding:1rem;font-size:.98rem}.total-amount[data-v-85c589c5]{color:#22c55e;margin-top:.5rem;font-size:1.1rem;font-weight:700}.dashboard-container[data-v-d1652975]{margin-top:2.5rem;margin-bottom:2.5rem}.dashboard-card[data-v-d1652975]{background:#fff;border:1.5px solid #e5e7eb;border-radius:1.5rem;margin-bottom:1.5rem;padding:2rem 1.5rem 1.5rem;box-shadow:0 4px 24px #1018281a}.dashboard-card-title[data-v-d1652975]{color:#22223b;margin-bottom:1.2rem;font-size:1.15rem;font-weight:700}
