:root{--bg: #0e0e10;--surface: #18181b;--surface-2: #27272a;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--text: #f4f4f5;--text-dim: #a1a1aa;--accent: #2481cc;--accent-press: #1f6fb0;--danger: #e25563;--success: #4aa76a;--radius-sm: 14px;--radius: 16px;--radius-lg: 20px;--bar-height: 64px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px);color-scheme:dark}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}input,textarea,button,select{font:inherit;color:inherit}button{border:none;background:none;cursor:pointer;padding:0}a{color:var(--accent);text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app{min-height:100%;background:var(--bg)}.screen{padding-bottom:calc(var(--bar-height) + var(--safe-bottom) + 28px);min-height:100vh}.page-pad{padding-left:16px;padding-right:16px}.app-header{position:sticky;top:0;z-index:20;padding:calc(var(--safe-top) + 14px) 16px 12px;background:#0e0e10d1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.app-header__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-header__title{margin:0;font-size:22px;line-height:1.2;font-weight:700;letter-spacing:-.02em}.app-header__sub{margin:2px 0 0;font-size:14px;color:var(--text-dim)}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid var(--border);background:var(--surface-2);flex:none}.avatar--lg{width:64px;height:64px}.avatar-fallback{display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--text-dim)}.section{margin-top:24px}.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:0 16px 12px}.section__title{margin:0;font-size:17px;font-weight:650;letter-spacing:-.01em}.section__hint{font-size:14px;color:var(--text-dim)}.hscroll{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 16px 4px;scrollbar-width:none}.hscroll::-webkit-scrollbar{display:none}.hscroll>*{scroll-snap-align:start}.card-compact{flex:none;width:184px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-align:left;display:flex;flex-direction:column}.card-compact__media{position:relative;height:124px;background:var(--surface-2)}.card-compact__img,.media-img{width:100%;height:100%;object-fit:cover;display:block}.card-compact__body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:6px}.card-compact__title{font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-compact__meta{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rating-pill{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid var(--border)}.card-row{display:flex;gap:12px;padding:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;text-align:left;align-items:stretch}.card-row__media{width:92px;height:92px;flex:none;border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-2)}.card-row__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;justify-content:center}.card-row__title{font-size:16px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list{display:flex;flex-direction:column;gap:10px;padding:0 16px}.badge{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border);font-size:13px;color:var(--text-dim);white-space:nowrap}.badge--solid{color:var(--text)}.badge-row{display:flex;flex-wrap:wrap;gap:8px}.chip{flex:none;padding:9px 14px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--text-dim);font-size:14px;font-weight:500;white-space:nowrap;min-height:38px}.chip--active{background:var(--accent);border-color:transparent;color:#fff}.chip-group{display:flex;gap:8px;overflow-x:auto;padding:0 16px 2px;scrollbar-width:none}.chip-group::-webkit-scrollbar{display:none}.chip-group__label{padding:0 16px 8px;font-size:13px;color:var(--text-dim)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);font-size:16px;font-weight:600}.btn--block{width:100%}.btn--primary{background:var(--accent);border-color:transparent;color:#fff}.btn--light{background:#fff;border-color:transparent;color:#0e0e10}.btn--ghost{background:transparent}.btn--danger{background:#e255631f;border-color:#e2556347;color:#f0808c}.btn:disabled{opacity:.45}.btn--sm{min-height:40px;font-size:14px;padding:0 14px;border-radius:12px}.icon-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#18181bc7;border:1px solid var(--border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex:none}.homebar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;height:calc(var(--bar-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:#0e0e10c7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border)}.homebar__item{height:var(--bar-height);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text-dim);font-size:11px;font-weight:500}.homebar__item--active{color:var(--text)}.homebar__fab-wrap{display:flex;align-items:center;justify-content:center;height:var(--bar-height)}.homebar__fab{width:54px;height:54px;border-radius:18px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:-14px;border:1px solid rgba(255,255,255,.12)}.deck{position:relative;margin:0 16px;height:460px}.deck__card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--border)}.deck__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.deck__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#09090bf0,#09090bb8 28%,#09090b0f 62%,#09090b3d)}.deck__content{position:absolute;left:0;right:0;bottom:0;padding:18px;display:flex;flex-direction:column;gap:10px}.deck__title{margin:0;font-size:24px;line-height:1.2;font-weight:700;letter-spacing:-.02em}.deck__desc{margin:0;font-size:14px;color:#f4f4f5c7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deck__stamp{position:absolute;top:22px;padding:8px 14px;border-radius:12px;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#18181bdb;border:1px solid var(--border-strong);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.deck__stamp--save{left:18px;color:#9fe0b5}.deck__stamp--skip{right:18px;color:#f0a0a9}.deck-actions{display:flex;align-items:center;justify-content:center;gap:14px;margin:16px 16px 0}.deck-actions .btn{flex:1}.field{display:flex;flex-direction:column;gap:8px}.field__label{font-size:14px;color:var(--text-dim)}.input,.textarea{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:13px 14px;font-size:16px;color:var(--text);min-height:48px}.textarea{resize:vertical;min-height:96px;line-height:1.45}.input::placeholder,.textarea::placeholder{color:#6b6b73}.input:focus,.textarea:focus{outline:none;border-color:#2481cc99}.input--error,.textarea--error{border-color:#e2556399}.field__error{font-size:13px;color:#f0808c}.search-wrap{position:relative;padding:0 16px}.search-input{padding-left:42px}.search-icon{position:absolute;left:30px;top:50%;transform:translateY(-50%);color:var(--text-dim);pointer-events:none}.suggest{margin:8px 16px 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.suggest__item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;text-align:left;font-size:15px;border-bottom:1px solid var(--border)}.suggest__item:last-child{border-bottom:none}.suggest__kind{margin-left:auto;font-size:12px;color:var(--text-dim)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--surface);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);border-top:1px solid var(--border);padding:10px 16px calc(20px + var(--safe-bottom));max-height:88vh;overflow-y:auto}.sheet__grabber{width:38px;height:4px;border-radius:999px;background:var(--surface-2);margin:4px auto 14px}.sheet__title{margin:0 0 4px;font-size:19px;font-weight:650}.fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg);overflow-y:auto}.detail__hero{position:relative;height:320px;background:var(--surface-2)}.detail__hero-img{width:100%;height:100%;object-fit:cover}.detail__hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0e0e10,#0e0e1059 45%,#0e0e1066)}.detail__hero-bar{position:absolute;top:calc(var(--safe-top) + 12px);left:16px;right:16px;display:flex;justify-content:space-between}.detail__dots{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:6px}.detail__dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d}.detail__dot--active{background:#fff;width:18px;border-radius:999px}.detail__body{margin-top:-26px;position:relative;padding:0 16px calc(var(--safe-bottom) + 108px);display:flex;flex-direction:column;gap:18px}.detail__title{margin:0;font-size:26px;line-height:1.18;font-weight:700;letter-spacing:-.02em}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.panel__title{margin:0 0 8px;font-size:15px;font-weight:650}.muted{color:var(--text-dim)}.text-block{margin:0;font-size:15px;line-height:1.55;color:#f4f4f5db;white-space:pre-wrap}.timeline{display:flex;flex-direction:column;gap:10px}.tl-item{display:flex;gap:12px}.tl-rail{display:flex;flex-direction:column;align-items:center;flex:none;width:28px}.tl-num{width:28px;height:28px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:650}.tl-line{flex:1;width:1px;background:var(--border);margin:6px 0 0}.tl-card{flex:1;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px;display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.tl-photo{width:100%;height:150px;object-fit:cover;border-radius:12px;border:1px solid var(--border)}.detail__footer{position:fixed;left:0;right:0;bottom:0;z-index:105;padding:12px 16px calc(12px + var(--safe-bottom));background:#0e0e10db;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border)}.stars{display:flex;gap:10px;justify-content:center;padding:8px 0 4px}.star-btn{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:var(--text-dim)}.star-btn--on{color:#e9b949}.steps{display:flex;gap:6px;padding:0 16px}.steps__bar{flex:1;height:4px;border-radius:999px;background:var(--surface-2);overflow:hidden}.steps__fill{height:100%;background:var(--accent);border-radius:999px}.form-stack{display:flex;flex-direction:column;gap:16px;padding:16px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.photo-tile{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);background:var(--surface-2)}.photo-tile__remove{position:absolute;top:6px;right:6px;width:28px;height:28px;border-radius:50%;background:#0009;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.photo-add{aspect-ratio:1 / 1;border-radius:var(--radius-sm);border:1px dashed rgba(255,255,255,.18);background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--text-dim);font-size:12px}.point-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:12px}.point-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.builder-footer{position:fixed;left:0;right:0;bottom:0;z-index:105;display:flex;gap:10px;padding:12px 16px calc(12px + var(--safe-bottom));background:#0e0e10db;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border)}.builder-footer .btn{flex:1}.segmented{display:flex;gap:4px;padding:4px;margin:0 16px;background:var(--surface-2);border-radius:14px;position:relative}.segmented__btn{flex:1;position:relative;min-height:38px;border-radius:11px;font-size:14px;font-weight:550;color:var(--text-dim);z-index:1}.segmented__btn--active{color:var(--text)}.segmented__pill{position:absolute;inset:4px auto 4px 4px;border-radius:11px;background:var(--surface);border:1px solid var(--border);z-index:0}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--text-dim)}.status-dot--pending{background:#d59a3b}.status-dot--approved{background:var(--success)}.status-dot--rejected{background:var(--danger)}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:0 16px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.stat__value{font-size:22px;font-weight:700;letter-spacing:-.02em}.stat__label{font-size:13px;color:var(--text-dim)}.empty{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:44px 32px;color:var(--text-dim)}.empty__icon{width:54px;height:54px;border-radius:18px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.empty__title{color:var(--text);font-weight:600;font-size:16px}.skeleton{background:linear-gradient(90deg,#1b1b1f 25%,#232327 37%,#1b1b1f 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.toast{position:fixed;left:16px;right:16px;bottom:calc(var(--bar-height) + var(--safe-bottom) + 16px);z-index:200;padding:13px 16px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border-strong);font-size:15px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 30px #00000073}.spinner{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.18);border-top-color:var(--text);animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
