:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f7f8fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100%}body{background:#f7f8fb;color:#172033}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.65;cursor:not-allowed}.app-shell{min-height:100vh;overflow:hidden}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:21px;white-space:nowrap}.brand-mark{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;color:#fff;background:#5b4bdb;box-shadow:0 8px 20px #5b4bdb38}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:12px;color:#fff;background:#5b4bdb;font-weight:700;font-size:14px;box-shadow:0 10px 24px #5b4bdb2e;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.button:hover{transform:translateY(-1px);background:#5142c8;box-shadow:0 12px 28px #5b4bdb3d}.button-small{min-height:38px;padding:0 15px;font-size:13px;border-radius:10px}.button-secondary{color:#2e3850;background:#fff;border:1px solid #e1e5ed;box-shadow:none}.button-secondary:hover{color:#2e3850;background:#f8f9fb;box-shadow:none}.full-width{width:100%}.navbar{width:min(1180px,calc(100% - 40px));min-height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between}.nav-actions{display:flex;align-items:center;gap:12px}.nav-link{font-weight:700;color:#586174}.nav-link:hover{color:#5142c8}.hero{width:min(1180px,calc(100% - 40px));min-height:calc(100vh - 76px);margin:auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:70px;padding:60px 0 90px}.hero-copy{max-width:650px}.eyebrow{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e4e1fb;border-radius:999px;color:#5142c8;background:#f2f0ff;font-size:14px;font-weight:750}h1{margin:22px 0 18px;max-width:700px;font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-2.5px}.hero-text{max-width:610px;margin:0;color:#657087;font-size:18px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#6d778b;font-size:14px;font-weight:650}.trust-row span{display:inline-flex;align-items:center;gap:7px}.hero-preview{display:flex;justify-content:center}.preview-window{width:min(100%,440px);padding:20px;border:1px solid #e2e5ed;border-radius:24px;background:#fff;box-shadow:0 30px 70px #1f273d21}.preview-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.preview-brand{font-size:18px;font-weight:800}.preview-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#2e3850;font-weight:750}.preview-search{display:flex;align-items:center;gap:9px;height:48px;padding:0 14px;border:1px solid #e5e8ef;border-radius:12px;color:#8a93a3;background:#f8f9fb}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.preview-stats div{padding:13px;border:1px solid #eceef3;border-radius:13px;background:#fbfbfc}.preview-stats strong,.preview-stats span{display:block}.preview-stats strong{font-size:21px}.preview-stats span{margin-top:2px;color:#7b8495;font-size:12px}.preview-list,.item-list{display:grid;gap:10px}.preview-card{display:flex;align-items:center;gap:12px;padding:13px;border:1px solid #eceef3;border-radius:13px;background:#fff}.preview-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#f2f0ff;flex:0 0 auto}.preview-card strong,.preview-card small{display:block}.preview-card strong{font-size:14px}.preview-card small{margin-top:3px;color:#7b8495;font-size:12px}.auth-page{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:30px 16px}.auth-card{width:min(100%,460px);padding:34px;border:1px solid #e3e6ed;border-radius:22px;background:#fff;box-shadow:0 25px 70px #1f273d1a}.auth-brand{display:inline-flex;align-items:center;gap:10px;font-size:21px;font-weight:800}.auth-heading{margin:28px 0 24px}.auth-heading h1{margin:0 0 8px;font-size:30px;line-height:1.15;letter-spacing:-1.2px}.auth-heading p,.auth-switch,.demo-note{color:#6c7688;line-height:1.5}.auth-form{display:grid;gap:16px}.auth-form label{display:grid;gap:7px;color:#354057;font-size:14px;font-weight:700}.auth-form input{width:100%;height:48px;padding:0 14px;border:1px solid #dfe3eb;border-radius:11px;outline:none;color:#172033;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.auth-form input::placeholder,textarea::placeholder,.dashboard-search input::placeholder{color:#a0a7b3}.auth-form input:focus,textarea:focus,select:focus{border-color:#6b5ce6;box-shadow:0 0 0 3px #5b4bdb1a}.form-error{padding:10px 12px;border-radius:10px;color:#a32929;background:#fff1f1;font-size:14px}.auth-switch{text-align:center;margin:20px 0 0;font-size:14px}.auth-switch a{color:#5142c8;font-weight:750}.demo-note{display:flex;justify-content:center;align-items:center;gap:6px;margin:18px 0 0;font-size:12px;text-align:center}.dashboard{width:100%;height:100dvh;min-height:100dvh;display:flex;overflow:hidden;background:#f7f8fb}.sidebar{width:250px;height:100dvh;flex:0 0 250px;position:sticky;top:0;display:flex;flex-direction:column;padding:26px 16px 18px;overflow:hidden;background:#fff;border-right:1px solid #e5e8ef;z-index:10}.sidebar-top{display:flex;flex-direction:column;flex:1;min-height:0}.sidebar-brand-row{display:flex;align-items:center;justify-content:space-between}.sidebar-close{display:none!important}.sidebar-menu{display:grid;gap:5px;margin-top:36px}.side-item{width:100%;display:flex;align-items:center;gap:11px;padding:10px 12px;border:0;border-radius:10px;color:#697386;background:transparent;font-weight:650;font-size:13.5px;text-align:left;transition:background .15s ease,color .15s ease}.side-item.active,.side-item:hover{color:#5142c8;background:#f2f0ff}.sidebar-section-label{margin:22px 12px 8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#a1a7b2}.sidebar-collections{display:grid;gap:4px;overflow-y:auto;min-height:0;flex:1;scrollbar-width:thin;padding-right:2px}.collection-link{position:relative;width:100%;display:flex;align-items:center;gap:10px;padding:8px 12px;border:0;border-radius:9px;color:#737d8e;background:transparent;font-size:13px;text-align:left;flex:0 0 auto}.collection-link:hover,.collection-link.active{color:#5142c8;background:#f1f0ff}.collection-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-link small{margin-left:auto;min-width:22px;padding:2px 6px;border-radius:999px;color:#5142c8;background:#eceafd;font-size:10px;font-weight:800;text-align:center}.no-collections{padding:10px 12px;color:#9aa1ad;font-size:12px}.sidebar-bottom{margin-top:auto;padding-top:12px;border-top:1px solid #eef0f4;flex:0 0 auto}.side-user{display:flex;align-items:center;gap:10px;padding:8px 4px 10px}.user-avatar{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:#5b4bdb;font-weight:800;font-size:14px}.side-user strong,.side-user small{display:block;max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-user strong{font-size:13px}.side-user small{margin-top:1px;color:#8991a0;font-size:11px}.side-logout{width:100%;border:0;display:flex;align-items:center;gap:9px;padding:9px 8px;color:#727b8b;background:transparent;border-radius:9px;font-size:13px;font-weight:600}.side-logout:hover{color:#c83b3b;background:#fff3f3}.dashboard-main{min-width:0;width:100%;flex:1;height:100dvh;overflow-y:auto;overflow-x:hidden;padding:36px 40px 70px;scrollbar-width:thin}.dashboard-content-wrap{width:100%;max-width:1400px;margin:0 auto}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.dashboard-header h1{margin:4px 0 0;font-size:30px;line-height:1.15;letter-spacing:-1.2px}.muted{margin:0;color:#8991a0;font-size:13px;font-weight:700}.mobile-dashboard-header,.mobile-nav{display:none!important}.dashboard-search{width:100%;height:52px;margin-bottom:18px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #e5e8ef;border-radius:12px;color:#8a93a3;background:#fff;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.dashboard-search:focus-within{border-color:#c9c3ff;box-shadow:0 0 0 3px #5b4bdb12}.dashboard-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#172033;font-size:14px}.search-clear{display:grid;place-items:center;background:transparent;border:0;padding:4px;color:#8a93a3;border-radius:6px;cursor:pointer}.search-clear:hover{color:#172033}.filter-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:0 0 20px;flex-wrap:wrap}.type-filters{display:flex;gap:6px;flex-wrap:wrap}.filter{min-height:36px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e1e5ec;border-radius:9px;color:#687286;background:#fff;font-size:13px;font-weight:700;transition:border-color .15s ease,color .15s ease,background .15s ease}.filter:hover{border-color:#d7d2ff;color:#5142c8}.filter.active{border-color:#d9d4ff;color:#5142c8;background:#f2f0ff}.filter-selects{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.filter-selects select{width:auto;min-height:36px;padding:0 28px 0 10px;border:1px solid #dfe3eb;border-radius:9px;font-size:12px;font-weight:700;color:#687286;background:#fff;cursor:pointer}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:32px}.stat-card{padding:18px 20px;border:1px solid #e4e7ee;border-radius:15px;background:#fff;min-width:0;transition:transform .18s ease,box-shadow .18s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #1f273d0f}.stat-card span,.stat-card small{display:block;color:#778092}.stat-card span{font-size:13px;font-weight:600}.stat-card strong{display:block;margin:6px 0 3px;font-size:28px;font-weight:800}.stat-card small{font-size:12px}.content-section{margin-top:8px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.section-heading h2{margin:0;font-size:20px}.section-heading p{margin:4px 0 0;color:#7b8494;font-size:13px}.section-error{margin-bottom:12px}.vault-item{min-height:68px;padding:14px 16px;display:flex;align-items:center;gap:14px;border:1px solid #eceef3;border-radius:14px;background:#fff;min-width:0;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.clickable-item{cursor:pointer}.clickable-item:hover{border-color:#d8d4ff;box-shadow:0 4px 16px #1d22320d;transform:translateY(-1px)}.item-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f2f0ff;font-size:18px;flex:0 0 auto}.item-info{min-width:0;flex:1}.item-info strong,.item-info span,.item-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-info strong{font-size:14px;font-weight:700;color:#172033}.item-info span{margin-top:3px;color:#80899a;font-size:12px}.item-info small{margin-top:4px;color:#7d8697;font-size:11px}.item-actions{display:flex;align-items:center;gap:4px;margin-left:auto;flex:0 0 auto}.icon-button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;color:#737d8e;background:transparent;text-decoration:none;cursor:pointer;transition:color .15s ease,background .15s ease}.icon-button:hover{color:#5142c8;background:#f1f2f6}.icon-button.favorite-on{color:#d04a69;background:#fff0f3}.icon-button.danger:hover{color:#c83b3b;background:#fff1f1}.empty-state{display:grid;justify-items:center;text-align:center;padding:60px 20px;border:1px dashed #dfe3eb;border-radius:16px;background:#fff}.empty-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;color:#5142c8;background:#f2f0ff}.empty-state h3{margin:15px 0 5px;font-size:18px}.empty-state p{margin:0 0 18px;color:#7c8596;font-size:13px}.loading-screen{min-height:100vh;display:grid;place-items:center;color:#687286;font-weight:700}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#11172673;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{width:min(100%,500px);max-height:calc(100dvh - 40px);overflow-y:auto;padding:26px;border-radius:18px;background:#fff;box-shadow:0 30px 90px #00000038;box-sizing:border-box}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:22px}.modal-head h2{margin:0;font-size:22px}.modal-head p{margin:4px 0 0;color:#7b8494;font-size:13px}.modal-head button{border:0;display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:8px;background:#f3f4f7;color:#596273;cursor:pointer;transition:background .15s ease,color .15s ease}.modal-head button:hover{background:#eceef3;color:#172033}textarea,select{width:100%;padding:12px 14px;border:1px solid #dfe3eb;border-radius:11px;outline:none;color:#172033;background:#fff;resize:vertical;min-height:48px;transition:border-color .15s ease,box-shadow .15s ease}textarea{min-height:100px;line-height:1.5}select{cursor:pointer}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.label-hint{color:#9aa1ad;font-size:11px;font-weight:500}.detail-modal{width:min(100%,560px)}.detail-type{display:inline-block;padding:4px 8px;border-radius:6px;background:#f1f0ff;color:#5142c8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.detail-modal .modal-head h2{max-width:430px;line-height:1.25;overflow-wrap:anywhere}.detail-description{color:#687286;line-height:1.65;font-size:14px;margin:4px 0 18px;white-space:pre-wrap;overflow-wrap:anywhere}.detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.detail-meta span{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;background:#f7f8fa;border-radius:8px;color:#687286;font-size:12px;font-weight:700}.tag-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:20px}.tag{padding:5px 8px;background:#f4f5f7;border-radius:7px;color:#596273;font-size:11px;font-weight:700}.detail-actions{display:flex;gap:9px;flex-wrap:wrap;padding-top:16px;border-top:1px solid #eceef2}@media(max-width:1099px)and (min-width:701px){.sidebar{width:230px;flex:0 0 230px}.dashboard-main{padding:30px 24px 60px}.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:10px}.filter-row{align-items:flex-start}.filter-selects{width:100%}.hero{gap:40px;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:40px;padding-top:30px}.hero-copy{max-width:100%}.hero-preview{justify-content:flex-start}}@media(max-width:700px){.dashboard{height:100dvh;min-height:100dvh}.sidebar,.sidebar-overlay{display:none!important}.dashboard-main{width:100%;flex:1;height:100dvh;padding:16px 16px calc(76px + env(safe-area-inset-bottom,0px));overflow-y:auto;overflow-x:hidden}.mobile-dashboard-header{display:flex!important;align-items:center;justify-content:space-between;padding:0 0 14px;margin-bottom:14px;border-bottom:1px solid #eef1f6}.mobile-dashboard-header .brand{font-size:19px}.mobile-dashboard-header .brand-mark{width:32px;height:32px;font-size:14px}.mobile-add-button{min-height:36px;padding:0 14px;font-size:13px;gap:5px}.dashboard-header{display:none!important}.dashboard-search{height:48px;padding:0 12px;margin-bottom:14px}.filter-row{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-bottom:16px}.type-filters{width:100%;display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none;gap:6px}.type-filters::-webkit-scrollbar{display:none}.type-filters .filter{flex:0 0 auto;font-size:12px;padding:0 10px;min-height:34px}.filter-selects{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.filter-selects select{width:100%;min-height:38px}.filter-selects .filter{width:100%;min-height:38px;justify-content:center;grid-column:1 / -1}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:22px}.stat-card{padding:12px 10px;border-radius:12px}.stat-card span{font-size:11px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-card strong{font-size:20px;margin:4px 0 1px}.stat-card small{display:none}.section-heading{margin-bottom:12px}.section-heading h2{font-size:17px}.section-heading p{font-size:12px}.item-list{gap:8px}.vault-item{align-items:flex-start;padding:12px;border-radius:12px;gap:10px}.item-icon{width:34px;height:34px;font-size:16px}.item-info strong{font-size:13px}.item-info span{font-size:11px}.item-info small{font-size:10.5px}.item-actions{gap:2px;margin-left:4px}.icon-button{width:30px;height:30px}.mobile-nav{display:grid!important;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #e5e8ef;z-index:900;box-shadow:0 -4px 16px #0000000a}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;height:100%;border:0;background:transparent;color:#727c8e;font-size:10px;font-weight:700;cursor:pointer;transition:color .15s ease;padding:4px 0}.mobile-nav-item.active{color:#5b4bdb}.mobile-nav-item:active{opacity:.7}.mobile-nav-item span{white-space:nowrap}.modal-backdrop{padding:12px}.modal{width:calc(100% - 12px);max-width:480px;max-height:calc(100dvh - 24px);padding:18px 16px;border-radius:16px}.form-two{grid-template-columns:1fr;gap:14px}.detail-actions{display:grid;gap:8px}.detail-actions .button{width:100%}}@media(max-width:560px){.navbar,.hero{width:min(100% - 28px,1180px)}.navbar{min-height:64px}.nav-link{display:none}.hero{min-height:auto;padding:30px 0 50px}h1{font-size:clamp(34px,11vw,48px);letter-spacing:-2px}.hero-text{font-size:15px}.hero-actions{display:grid}.hero-actions .button{width:100%}.trust-row{display:grid;gap:10px}.preview-window{padding:15px;border-radius:18px}.auth-card{padding:24px 18px}}@media(max-width:480px){.dashboard-main{padding:14px 12px calc(72px + env(safe-area-inset-bottom,0px))}.dashboard-grid{gap:6px}.stat-card{padding:10px 8px}.stat-card span{font-size:10px}.stat-card strong{font-size:18px}.vault-item{padding:10px;gap:8px}.item-icon{width:30px;height:30px;font-size:14px}.item-actions{gap:0}.icon-button{width:28px;height:28px}.filter-selects{grid-template-columns:1fr}}@media(max-width:380px){.dashboard-main{padding-left:8px;padding-right:8px}.stat-card strong{font-size:16px}.stat-card span{font-size:9.5px}.mobile-dashboard-header .brand{font-size:17px}.mobile-dashboard-header .brand-mark{width:28px;height:28px;font-size:12px}.mobile-add-button{min-height:32px;padding:0 10px;font-size:12px}}@media(hover:none){.button:hover,.stat-card:hover,.clickable-item:hover{transform:none}}@media(max-width:700px){.side-item,.collection-link,.icon-button,.filter,.side-logout,.mobile-nav-item{-webkit-tap-highlight-color:transparent}}
