/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.static{position:static}.start{inset-inline-start:var(--spacing)}.block{display:block}.hidden{display:none}.inline{display:inline}}:root{--orange:#ff6816;--orange-dark:#d94b00;--orange-soft:#fff0e7;--green:#198754;--green-soft:#e8f6ee;--purple:#6d3fb5;--ink:#171614;--muted:#6d6965;--line:#e8e0d7;--canvas:#f7f4ee;--paper:#fffdfa;--paper-strong:#fff;--shadow:0 18px 50px #2c201617}:root[data-theme=dark]{--ink:#fffaf4;--muted:#bdb5ab;--line:#32302e;--canvas:#0b0d0e;--paper:#151819;--paper-strong:#1b1e20;--orange-soft:#352015;--green-soft:#122b20;--shadow:0 18px 55px #00000052}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--ink);margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}img{max-width:100%;display:block}.eyebrow{color:var(--orange);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:7px;font-size:.72rem;font-weight:800;display:inline-flex}.brand{align-items:center;gap:12px;display:flex}.brand__mark{background:#fff;border-radius:15px;place-items:center;width:46px;height:46px;display:grid;overflow:hidden;box-shadow:0 8px 24px #2018121f}.brand__mark img{object-fit:contain;width:100%;height:100%}.brand strong{letter-spacing:.08em;font-size:1.02rem;display:block}.brand small{color:var(--muted);margin-top:2px;font-size:.72rem;display:block}.brand--compact{display:none}.primary-button,.secondary-button,.google-button{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-weight:750;text-decoration:none;transition:all .2s;display:inline-flex}.primary-button{background:var(--orange);color:#fff;box-shadow:0 10px 24px #ff68163d}.primary-button:hover{background:var(--orange-dark);transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled,.google-button:disabled{opacity:.55;cursor:wait;transform:none}.secondary-button{border:1px solid var(--line);background:var(--paper-strong);color:var(--ink)}.secondary-button:hover{border-color:var(--orange);color:var(--orange)}.text-button{color:var(--orange);cursor:pointer;background:0 0;border:0;font-weight:750}.auth-layout{background:var(--paper);grid-template-columns:minmax(420px,47%) 1fr;min-height:100vh;display:grid}.auth-story{color:#fff;background:#121211;flex-direction:column;justify-content:space-between;min-height:100vh;padding:38px clamp(36px,5vw,76px);display:flex;position:relative;overflow:hidden}.auth-story:before{content:"";opacity:.27;background:radial-gradient(circle at 80% 15%,#ff6816b3,#0000 30%),radial-gradient(circle at 20% 85%,#19875480,#0000 32%),repeating-linear-gradient(115deg,#0000 0 42px,#ffffff08 43px 44px);position:absolute;inset:0}.auth-story:after{content:"CBU";letter-spacing:-.08em;color:#ffffff06;font:900 16rem/1 Arial;position:absolute;bottom:10%;right:-28px}.auth-story>*{z-index:1;position:relative}.auth-story .brand small{color:#bdb8b1}.auth-story__content{max-width:640px;margin:auto 0;padding:10vh 0 8vh}.auth-story h1{letter-spacing:-.065em;margin:25px 0 20px;font-size:clamp(3.5rem,6.2vw,7.1rem);line-height:.91}.auth-story h1 em{color:var(--orange);font-family:Georgia,serif;font-weight:500}.auth-story__content>p{color:#c8c3bd;max-width:580px;margin:0;font-size:1.06rem;line-height:1.75}.story-points{gap:14px;margin-top:36px;display:flex}.story-points>span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0b;border:1px solid #ffffff1f;border-radius:18px;flex:1;grid-template-columns:34px 1fr;min-width:0;padding:18px;display:grid}.story-points svg{color:var(--orange);grid-row:1/3}.story-points b{font-size:.88rem}.story-points small{color:#a9a39c;margin-top:4px;line-height:1.35}.auth-story__footer{color:#77736e;font-size:.78rem}.auth-panel{background:var(--paper);place-items:center;min-height:100vh;padding:50px clamp(28px,7vw,100px);display:grid}.auth-card{width:min(100%,510px)}.auth-card__heading{margin-bottom:28px}.auth-card h2{letter-spacing:-.045em;margin:13px 0 9px;font-size:clamp(2rem,4vw,3.1rem);line-height:1.02}.auth-card__heading p{color:var(--muted);margin:0}.auth-methods{background:var(--canvas);border-radius:13px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:24px;padding:4px;display:grid}.auth-methods button{height:42px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;font-weight:700}.auth-methods button.active{background:var(--paper-strong);color:var(--ink);box-shadow:0 4px 18px #2d231c14}.stack{flex-direction:column;gap:16px;display:flex}label{color:var(--ink);flex-direction:column;gap:8px;font-size:.8rem;font-weight:700;display:flex}input,textarea,select{border:1px solid var(--line);background:var(--paper-strong);width:100%;color:var(--ink);border-radius:13px;outline:0;padding:13px 14px;transition:all .2s}input{min-height:48px}textarea{resize:vertical;line-height:1.55}input:focus,textarea:focus,select:focus{border-color:var(--orange);box-shadow:0 0 0 4px #ff68161a}input::placeholder,textarea::placeholder{color:#a49d96}input:disabled{background:var(--canvas);color:var(--muted)}.field-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.password-field,.input-icon{display:block;position:relative}.password-field input{padding-right:48px}.password-field button{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;display:grid;position:absolute;top:5px;right:5px}.password-field svg,.input-icon svg{width:18px}.input-icon svg{z-index:1;color:var(--muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input-icon input{padding-left:42px}.form-error{color:#a82921;background:#fff0ef;border-radius:12px;margin:0;padding:12px 14px;font-size:.82rem;line-height:1.45}:root[data-theme=dark] .form-error{color:#ffaaa4;background:#381b19}.form-note{color:var(--muted);margin:-4px 0 0;font-size:.76rem;line-height:1.5}.or{color:var(--muted);align-items:center;gap:13px;margin:24px 0 16px;font-size:.72rem;display:flex}.or:before,.or:after{content:"";background:var(--line);flex:1;height:1px}.google-button{border:1px solid var(--line);background:var(--paper-strong);width:100%}.google-button span{color:#4285f4;font:800 1.1rem Arial}.auth-switch{color:var(--muted);text-align:center;margin:24px 0 0;font-size:.82rem}.auth-switch button{color:var(--orange);cursor:pointer;background:0 0;border:0;font-weight:800}.app-loader{text-align:center;min-height:100vh;color:var(--muted);place-content:center;gap:16px;display:grid}.app-loader img{border-radius:22px;width:72px;height:72px;margin:auto;animation:1.6s infinite pulse}@keyframes pulse{50%{opacity:.5}}.app-shell{min-height:100vh}.sidebar{z-index:30;background:var(--paper);border-right:1px solid var(--line);flex-direction:column;width:260px;padding:28px 22px 24px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar nav{flex-direction:column;gap:6px;margin-top:44px;display:flex}.sidebar nav button,.sidebar__logout{min-height:46px;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:0 14px;font-weight:700;display:flex}.sidebar nav button svg,.sidebar__logout svg{width:19px}.sidebar nav button.active,.sidebar nav button:hover{background:var(--orange-soft);color:var(--orange)}.sidebar__summary{background:var(--canvas);border-radius:17px;margin-top:auto;padding:18px}.sidebar__summary .eyebrow{font-size:.59rem}.sidebar__summary>div{flex-direction:column;margin:15px 18px 0 0;display:inline-flex}.sidebar__summary b{font-size:1.6rem;line-height:1}.sidebar__summary small{color:var(--muted);margin-top:5px;font-size:.65rem}.sidebar__summary p{border-top:1px solid var(--line);align-items:center;gap:6px;margin:14px 0 0;padding-top:12px;font-size:.68rem;font-weight:700;display:flex}.sidebar__summary p svg{width:15px}.sidebar__summary p.online{color:var(--green)}.sidebar__summary p.offline{color:#ba7a13}.sidebar__logout{width:100%;margin-top:14px}.sidebar__logout:hover{color:#c43e35;background:#fff0ef}.mobile-close,.menu-button,.mobile-overlay,.mobile-nav{display:none}.app-main{min-height:100vh;margin-left:260px}.topbar{z-index:20;background:var(--canvas);align-items:center;gap:24px;height:78px;padding:0 clamp(24px,4vw,58px);display:flex;position:sticky;top:0}@supports (color:color-mix(in lab, red, red)){.topbar{background:color-mix(in srgb, var(--canvas) 88%, transparent)}}.topbar{border-bottom:1px solid var(--line)}@supports (color:color-mix(in lab, red, red)){.topbar{border-bottom:1px solid color-mix(in srgb, var(--line) 78%, transparent)}}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar__search{flex:1;max-width:640px;position:relative}.topbar__search svg{width:18px;color:var(--muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.topbar__search input{background:var(--paper);border-color:#0000;height:45px;min-height:0;padding-left:42px}.topbar__actions{align-items:center;gap:6px;margin-left:auto;display:flex}.topbar__actions>button{cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;min-width:42px;height:42px;display:grid}.topbar__actions>button:hover{background:var(--paper)}.topbar__actions svg{width:19px}.topbar__actions .account-button{text-align:left;gap:10px;min-width:0;height:50px;margin-left:9px;padding:4px 8px;display:flex}.account-button>span:first-child{background:var(--orange-soft);width:39px;height:39px;color:var(--orange);border-radius:12px;flex:0 0 39px;place-items:center;font-weight:900;display:grid;overflow:hidden}.account-button img{object-fit:cover;width:100%;height:100%}.account-button b,.account-button small{text-overflow:ellipsis;white-space:nowrap;max-width:150px;display:block;overflow:hidden}.account-button b{font-size:.78rem}.account-button small{color:var(--muted);margin-top:3px;font-size:.65rem}.content{width:min(100%,1540px);margin:0 auto;padding:48px clamp(24px,5vw,76px) 90px}.global-alert{color:#9b2f28;background:#fff0ef;border:1px solid #f0b1ab;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:14px 16px;font-size:.82rem;display:flex}.global-alert button{cursor:pointer;background:0 0;border:0}.feed-hero{justify-content:space-between;align-items:flex-end;gap:30px;padding:12px 0 44px;display:flex}.feed-hero h1{letter-spacing:-.06em;margin:13px 0 12px;font-size:clamp(2.8rem,5.4vw,5.7rem);line-height:.93}.feed-hero h1 em{color:var(--orange);font-family:Georgia,serif;font-weight:500}.feed-hero p{max-width:650px;color:var(--muted);margin:0;line-height:1.7}.feed-hero .primary-button{flex:none;margin-bottom:8px}.feed-controls{background:var(--paper);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:48px;padding:8px;display:flex;box-shadow:0 8px 30px #281c120d}.type-tabs{gap:6px;display:flex}.type-tabs button{min-width:128px;height:48px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:13px;justify-content:center;align-items:center;gap:10px;font-weight:750;display:flex}.type-tabs button b{background:var(--canvas);border-radius:99px;place-items:center;min-width:24px;height:24px;padding:0 6px;font-size:.68rem;display:grid}.type-tabs button.lost.active{background:var(--orange-soft);color:var(--orange)}.type-tabs button.found.active{background:var(--green-soft);color:var(--green)}.filter-row{align-items:center;gap:10px;display:flex}.filter-row>label:first-child{position:relative}.filter-row>label:first-child svg{z-index:1;width:17px;color:var(--muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.filter-row select{width:auto;min-width:185px;height:44px;padding:0 32px 0 38px}.check-label{border:1px solid var(--line);height:44px;color:var(--muted);white-space:nowrap;cursor:pointer;border-radius:12px;flex-direction:row;align-items:center;padding:0 12px}.check-label input{width:16px;height:16px;min-height:0;accent-color:var(--orange)}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin:0 0 20px;display:flex}.section-heading h2{letter-spacing:-.04em;margin:7px 0 0;font-size:2rem}.section-heading>span{color:var(--muted);font-size:.78rem}.items-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.item-card{border:1px solid var(--line);background:var(--paper);min-width:0;color:var(--ink);text-align:left;cursor:pointer;border-radius:20px;padding:0;transition:all .25s;position:relative;overflow:hidden}.item-card:hover{border-color:var(--orange);transform:translateY(-4px)}@supports (color:color-mix(in lab, red, red)){.item-card:hover{border-color:color-mix(in srgb, var(--orange) 45%, var(--line))}}.item-card:hover{box-shadow:var(--shadow)}.item-card__image{aspect-ratio:1.45;background:#ded7ce;position:relative;overflow:hidden}.item-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.item-card:hover .item-card__image img{transform:scale(1.035)}.item-card__image--empty{background:linear-gradient(135deg, var(--orange-soft), var(--canvas));color:var(--orange);place-items:center;display:grid}.item-card__image--empty>span:last-child{font:800 1.35rem Georgia,serif}.status-pill,.resolved-pill{color:#fff;letter-spacing:.1em;border-radius:9px;padding:7px 10px;font-size:.65rem;font-weight:900;position:absolute;top:12px;left:12px}.status-pill--lost{background:var(--orange)}.status-pill--found{background:var(--green)}.resolved-pill{background:var(--purple);left:auto;right:12px}.item-card__body{padding:18px 18px 20px}.item-card__category{color:var(--orange);letter-spacing:.07em;text-transform:uppercase;margin-bottom:8px;font-size:.65rem;font-weight:800}.item-card h3{letter-spacing:-.02em;margin:0;padding-right:24px;font-size:1.1rem}.item-card__body>p{-webkit-line-clamp:2;min-height:42px;color:var(--muted);-webkit-box-orient:vertical;margin:9px 0 18px;font-size:.78rem;line-height:1.6;display:-webkit-box;overflow:hidden}.item-card__meta{border-top:1px solid var(--line);flex-direction:column;gap:8px;padding-top:13px;display:flex}.item-card__meta span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:7px;font-size:.7rem;display:flex;overflow:hidden}.item-card__meta svg{color:var(--orange);flex:none}.item-card__arrow{color:var(--muted);opacity:0;transition:all .2s;position:absolute;bottom:18px;right:16px;transform:translate(-5px,5px)}.item-card:hover .item-card__arrow{opacity:1;transform:none}.empty-state{border:1px dashed var(--line);background:var(--paper);border-radius:20px;place-content:center;justify-items:center;min-height:280px;padding:40px;display:grid}@supports (color:color-mix(in lab, red, red)){.empty-state{background:color-mix(in srgb, var(--paper) 55%, transparent)}}.empty-state{text-align:center}.empty-state>span{background:var(--green-soft);width:54px;height:54px;color:var(--green);border-radius:17px;place-items:center;display:grid}.empty-state h3{margin:17px 0 7px}.empty-state p{color:var(--muted);margin:0}.back-button{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;font-weight:700;display:inline-flex}.back-button:hover{color:var(--orange)}.form-page{max-width:920px;margin:0 auto}.form-page__header{padding:38px 0 34px}.form-page__header h1{letter-spacing:-.055em;margin:10px 0 8px;font-size:clamp(2.6rem,5vw,4.5rem)}.form-page__header p{color:var(--muted);margin:0}.report-form{flex-direction:column;gap:16px;display:flex}.report-form__section{border:1px solid var(--line);background:var(--paper);border-radius:19px;margin:0;padding:26px}.report-form__section legend{padding:0 10px;font-size:.92rem;font-weight:800}.report-form__section legend>span{background:var(--orange-soft);width:31px;height:31px;color:var(--orange);border-radius:10px;place-items:center;margin-right:9px;font-size:.66rem;display:inline-grid}.report-form__section legend small{color:var(--muted);margin-left:7px;font-weight:500}.report-form__section>label,.report-form__section>.field-row{margin-top:16px}.type-selector{grid-template-columns:1fr 1fr;gap:12px;display:grid}.type-selector button{border:1px solid var(--line);background:var(--paper-strong);cursor:pointer;text-align:left;border-radius:15px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:98px;padding:18px 52px 18px 20px;display:flex;position:relative}.type-selector button span{font-weight:800}.type-selector button small{color:var(--muted);margin-top:6px}.type-selector button svg{width:21px;position:absolute;right:17px}.type-selector button.lost.active{border-color:var(--orange);background:var(--orange-soft);color:var(--orange)}.type-selector button.found.active{border-color:var(--green);background:var(--green-soft);color:var(--green)}.upload-zone{background:var(--canvas);text-align:center;cursor:pointer;border:1px dashed #cfc2b6;border-radius:15px;justify-content:center;align-items:center;min-height:150px}.upload-zone>span{background:var(--orange-soft);width:48px;height:48px;color:var(--orange);border-radius:14px;place-items:center;display:grid}.upload-zone small{color:var(--muted);font-weight:500}.photo-previews{gap:10px;margin-top:12px;display:flex}.photo-previews>div{width:120px;height:92px;position:relative}.photo-previews img{object-fit:cover;border-radius:13px;width:100%;height:100%}.photo-previews button{color:#fff;cursor:pointer;background:#121211d1;border:0;border-radius:9px;place-items:center;width:27px;height:27px;display:grid;position:absolute;top:5px;right:5px}.photo-previews svg{width:15px}.form-actions{justify-content:flex-end;gap:10px;padding-top:10px;display:flex}.profile-hero{background:var(--paper);border-radius:22px;align-items:center;gap:24px;padding:28px;display:flex}.profile-avatar{background:var(--orange-soft);width:96px;height:96px;color:var(--orange);border-radius:29px;flex:0 0 96px;place-items:center;font-size:2.2rem;font-weight:900;display:grid;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-hero h1{letter-spacing:-.04em;margin:8px 0 4px;font-size:2.2rem}.profile-hero p{color:var(--muted);margin:0}.profile-hero .secondary-button{margin-left:auto}.profile-facts{grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 48px;display:grid}.profile-facts>span{border:1px solid var(--line);background:var(--paper);border-radius:16px;grid-template-columns:28px 1fr;min-width:0;padding:18px;display:grid}.profile-facts svg{width:19px;color:var(--orange);grid-row:1/3}.profile-facts small{color:var(--muted);font-size:.66rem}.profile-facts b{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:.78rem;overflow:hidden}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c0b0aad;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.profile-edit{background:var(--paper);width:min(100%,560px);max-height:calc(100vh - 40px);box-shadow:var(--shadow);border-radius:22px;flex-direction:column;gap:15px;padding:30px;display:flex;position:relative;overflow:auto}.profile-edit h2{margin:-6px 0 8px;font-size:2rem}.profile-photo-input{border:1px dashed var(--line);cursor:pointer;border-radius:14px;flex-direction:row;align-items:center;min-height:70px;padding:14px}.profile-photo-input svg{color:var(--orange)}.profile-photo-input input{background:0 0;border:0;min-height:0;padding:0;font-size:.7rem}.modal-close{z-index:3;background:var(--paper);border:0;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:16px;right:16px}@supports (color:color-mix(in lab, red, red)){.modal-close{background:color-mix(in srgb, var(--paper) 88%, transparent)}}.modal-close{color:var(--ink);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-close svg{width:20px}.details-modal{background:var(--paper);width:min(100%,980px);max-height:calc(100vh - 42px);box-shadow:var(--shadow);border-radius:23px;grid-template-columns:46% 1fr;display:grid;position:relative;overflow:auto}.details-gallery{background:#222;flex-direction:column;gap:2px;min-height:610px;display:flex;overflow:auto}.details-gallery img{object-fit:cover;flex:1;width:100%;min-height:300px}.details-gallery--empty{background:linear-gradient(145deg, var(--orange-soft), var(--canvas));color:var(--muted);place-items:center;display:grid}.details-content{padding:42px 38px}.details-badges{flex-wrap:wrap;gap:8px;display:flex}.details-badges .status-pill{position:static}.category-chip,.returned-chip{background:var(--canvas);color:var(--muted);border-radius:9px;align-items:center;gap:5px;padding:7px 10px;font-size:.65rem;font-weight:800;display:inline-flex}.returned-chip{color:var(--purple);background:#f0e9fb}.returned-chip svg{width:13px}.details-content h2{letter-spacing:-.05em;margin:16px 0 22px;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.resolved-banner{color:var(--purple);background:#f0e9fb;border-radius:14px;align-items:center;gap:12px;margin-bottom:20px;padding:15px;display:flex}.resolved-banner svg{width:22px}.resolved-banner b,.resolved-banner small{display:block}.resolved-banner small{opacity:.75;margin-top:3px}.details-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:10px;padding:16px 0 22px;display:flex}.details-meta span{color:var(--muted);align-items:center;gap:9px;font-size:.8rem;display:flex}.details-meta svg{width:17px;color:var(--orange)}.details-content section{margin-top:24px}.details-content section h3{margin:0 0 8px;font-size:.86rem}.details-content section p{color:var(--muted);white-space:pre-wrap;margin:0;line-height:1.65}.details-actions{gap:10px;margin-top:30px;display:flex}.details-actions>*{flex:1}@media (width<=1180px){.items-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-facts{grid-template-columns:repeat(2,1fr)}.auth-layout{grid-template-columns:43% 1fr}.story-points{flex-direction:column}}@media (width<=880px){.auth-layout{display:block}.auth-story{min-height:350px;padding:28px}.auth-story__content{padding:55px 0 40px}.auth-story h1{font-size:clamp(3.2rem,12vw,5.6rem)}.story-points,.auth-story__footer{display:none}.auth-panel{min-height:auto;padding:42px 24px 60px}.sidebar{transition:transform .25s;transform:translate(-105%);box-shadow:20px 0 50px #0003}.sidebar--open{transform:none}.sidebar__top{justify-content:space-between;align-items:center;display:flex}.mobile-close{background:var(--canvas);border:0;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.mobile-overlay{z-index:25;background:#00000075;border:0;display:block;position:fixed;inset:0}.app-main{margin-left:0}.topbar{gap:12px;height:70px;padding:0 18px}.menu-button{background:var(--paper);border:0;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.account-button>span:last-child,.topbar__actions>button:nth-child(2){display:none}.topbar__actions .account-button{margin:0}.content{padding:34px 22px 100px}.feed-hero{align-items:flex-start}.feed-hero .primary-button{display:none}.feed-controls{flex-direction:column;align-items:stretch}.type-tabs button{flex:1}.filter-row{justify-content:space-between}.filter-row>label:first-child{flex:1}.filter-row select{width:100%}.mobile-nav{z-index:22;border:1px solid var(--line);background:var(--paper);border-radius:22px;grid-template-columns:1fr 74px 1fr;align-items:center;width:min(100% - 32px,420px);height:66px;padding:5px;display:grid;position:fixed;bottom:14px;left:50%;transform:translate(-50%)}@supports (color:color-mix(in lab, red, red)){.mobile-nav{background:color-mix(in srgb, var(--paper) 92%, transparent)}}.mobile-nav{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-nav button{height:54px;color:var(--muted);background:0 0;border:0;border-radius:17px;justify-content:center;align-items:center;gap:7px;font-size:.72rem;font-weight:750;display:flex}.mobile-nav button.active{color:var(--orange)}.mobile-nav .mobile-nav__create{background:var(--orange);color:#fff;border-radius:18px;width:54px;margin:-26px auto 0;box-shadow:0 12px 25px #ff681659}.details-modal{grid-template-columns:1fr}.details-gallery{flex-direction:row;min-height:280px;max-height:360px}.details-gallery img{min-width:100%;min-height:280px}}@media (width<=620px){.auth-story{min-height:310px}.auth-story .brand{transform-origin:0 0;transform:scale(.9)}.auth-story__content{padding:42px 0 10px}.auth-story h1{margin:16px 0 12px}.auth-story__content>p{font-size:.9rem}.brand--compact{margin-bottom:34px;display:flex}.field-row,.type-selector{grid-template-columns:1fr}.auth-card h2{font-size:2.25rem}.topbar__actions>button:not(.account-button){display:none}.feed-hero h1{font-size:3.15rem}.feed-controls{margin-bottom:36px}.filter-row{flex-direction:column;align-items:stretch}.check-label{justify-content:center}.items-grid{grid-template-columns:1fr}.item-card__image{aspect-ratio:1.65}.section-heading h2{font-size:1.65rem}.report-form__section{padding:20px 16px}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}.profile-hero{flex-wrap:wrap;align-items:flex-start;padding:22px}.profile-avatar{border-radius:22px;flex-basis:76px;width:76px;height:76px}.profile-hero>div:nth-child(2){width:calc(100% - 100px)}.profile-hero h1{font-size:1.7rem}.profile-hero .secondary-button{width:100%;margin:0}.profile-facts{grid-template-columns:1fr}.modal-backdrop{align-items:end;padding:0}.profile-edit,.details-modal{border-radius:24px 24px 0 0;width:100%;max-height:92vh}.details-content{padding:30px 22px 34px}.details-content h2{font-size:2.4rem}.details-actions{flex-direction:column}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.sidebar__badge{background:var(--orange);color:#fff;border-radius:99px;place-items:center;min-width:21px;height:21px;margin-left:auto;padding:0 6px;font-size:.66rem;display:grid}.content--messages{width:100%;max-width:none;height:calc(100dvh - 78px);padding:24px;overflow:hidden}.messaging-page{border:1px solid var(--line);background:var(--paper);height:100%;min-height:560px;box-shadow:var(--shadow);border-radius:22px;grid-template-columns:minmax(310px,380px) minmax(0,1fr);display:grid;overflow:hidden}.message-inbox{border-right:1px solid var(--line);background:var(--paper);flex-direction:column;min-width:0;display:flex}.message-inbox__heading{justify-content:space-between;align-items:end;gap:14px;padding:25px 20px 14px;display:flex}.message-inbox__heading h1{letter-spacing:-.045em;margin:7px 0 0;font-size:2rem;line-height:1}.message-count{background:var(--orange-soft);color:var(--orange-dark);border-radius:99px;flex:none;padding:6px 10px;font-size:.68rem;font-weight:800}.message-start{background:var(--ink);min-height:44px;color:var(--paper-strong);cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;margin:0 20px 12px;font-weight:750;display:flex}:root[data-theme=dark] .message-start{color:#171614;background:#fffaf4}.message-search{margin:0 20px 12px;display:block;position:relative}.message-search svg{z-index:1;width:18px;color:var(--muted);position:absolute;top:50%;left:13px;transform:translateY(-50%)}.message-search input{background:var(--canvas);min-height:43px;padding-left:40px}.conversation-list{flex:1;min-height:0;padding:0 9px 13px;overflow-y:auto}.conversation-row{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:16px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;display:grid}.conversation-row:hover{background:var(--canvas)}.conversation-row--unread{background:var(--orange-soft)}.conversation-row__copy{flex-direction:column;min-width:0;display:flex}.conversation-row__copy>span:first-child{justify-content:space-between;gap:8px;display:flex}.conversation-row__copy strong,.conversation-row__copy>span:last-child,.conversation-row__copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.conversation-row__copy strong{font-size:.82rem}.conversation-row__copy time{color:var(--muted);flex:none;font-size:.62rem}.conversation-row__copy small{color:var(--orange);margin:3px 0;font-size:.65rem;font-weight:750}.conversation-row__copy>span:last-child{color:var(--muted);font-size:.72rem}.conversation-row>i{background:var(--orange);border-radius:50%;width:8px;height:8px}.message-avatar{object-fit:cover;background:var(--canvas);border-radius:50%;flex:0 0 46px;width:46px;height:46px}.message-avatar--fallback{background:var(--green);color:#fff;place-items:center;font-weight:850;display:grid}.message-empty{color:var(--muted);text-align:center;padding:42px 20px}.message-empty>span{background:var(--orange-soft);width:55px;height:55px;color:var(--orange);border-radius:17px;place-items:center;margin:auto;display:grid}.message-empty h3{color:var(--ink);margin:14px 0 6px}.message-empty p{margin:0;font-size:.78rem;line-height:1.55}.message-empty button{color:var(--orange);cursor:pointer;background:0 0;border:0;margin-top:12px;font-weight:750}.message-chat{background:var(--canvas);min-width:0}.chat-thread{grid-template-rows:auto minmax(0,1fr) auto;height:100%;display:grid}.chat-thread__header{border-bottom:1px solid var(--line);background:var(--paper);align-items:center;gap:11px;min-height:74px;padding:11px 22px;display:flex}.chat-thread__header>div{flex-direction:column;min-width:0;display:flex}.chat-thread__header strong{font-size:.88rem}.chat-thread__header span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.chat-private{background:var(--green-soft);border-radius:99px;flex:none;align-items:center;gap:6px;margin-left:auto;padding:7px 10px;font-weight:750;color:var(--green)!important;flex-direction:row!important;display:flex!important}.chat-back{width:39px;height:39px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:12px;flex:none;place-items:center;display:none}.chat-thread__messages{min-height:0;padding:24px clamp(16px,5vw,72px);overflow-y:auto}.chat-intro{width:min(520px,100%);color:var(--muted);text-align:center;margin:3px auto 25px;font-size:.72rem;line-height:1.5}.chat-intro>svg{background:var(--green-soft);width:43px;height:43px;color:var(--green);border-radius:50%;margin:0 auto 9px;padding:11px}.chat-intro strong{color:var(--ink);display:block}.chat-intro p{margin:4px 0}.chat-line{justify-content:flex-start;margin:8px 0;display:flex}.chat-line--own{justify-content:flex-end}.chat-bubble{background:var(--paper-strong);border-radius:18px 18px 18px 5px;max-width:min(70%,610px);padding:10px 12px 7px;box-shadow:0 4px 18px #2820170f}.chat-line--own .chat-bubble{background:var(--orange);color:#fff;border-radius:18px 18px 5px}.chat-bubble>p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0 0 3px;line-height:1.45}.chat-bubble time{color:var(--muted);text-align:right;font-size:.58rem;display:block}.chat-line--own time{color:#ffffffbf}.chat-bubble img,.chat-bubble video{object-fit:cover;border-radius:13px;width:min(400px,100%);max-height:340px;margin-bottom:7px;display:block}.chat-file{background:var(--ink);border-radius:12px;align-items:center;gap:10px;min-width:min(320px,52vw);margin-bottom:5px;padding:9px;display:flex}@supports (color:color-mix(in lab, red, red)){.chat-file{background:color-mix(in srgb, var(--ink) 5%, transparent)}}.chat-file{color:inherit;text-decoration:none}.chat-line--own .chat-file{background:#ffffff29}.chat-file span{flex-direction:column;min-width:0;display:flex}.chat-file strong,.chat-file small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-file small{opacity:.72}.chat-composer{border-top:1px solid var(--line);background:var(--paper);padding:11px clamp(14px,4vw,46px) 8px}.chat-composer__row{grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.chat-composer textarea{resize:none;border-radius:22px;min-height:44px;max-height:118px;padding:11px 15px}.chat-attach,.chat-send{cursor:pointer;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.chat-attach{background:var(--canvas);color:var(--muted)}.chat-send{background:var(--orange);color:#fff}.chat-attach:disabled,.chat-send:disabled{opacity:.45;cursor:not-allowed}.chat-composer>p{color:var(--muted);justify-content:center;align-items:center;gap:5px;margin:6px 0 0;font-size:.6rem;display:flex}.chat-error{color:#a82921;background:#fff0ef;border-radius:11px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:9px 11px;font-size:.72rem;display:flex}.chat-error button,.chat-attachment button{color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.chat-attachment{border:1px solid var(--line);background:var(--canvas);border-radius:12px;align-items:center;gap:10px;width:min(440px,100%);margin-bottom:8px;padding:8px 10px;display:flex}.chat-attachment>span{flex-direction:column;flex:1;min-width:0;font-size:.7rem;display:flex}.chat-attachment strong,.chat-attachment small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-attachment small{color:var(--muted)}.chat-uploading{color:var(--muted);align-items:center;gap:8px;margin:0 0 8px 4px;font-size:.68rem;display:flex}.chat-uploading span{border:2px solid var(--line);border-top-color:var(--orange);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}.chat-welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex}.chat-welcome>span:first-child{background:var(--paper);width:88px;height:88px;color:var(--orange);box-shadow:var(--shadow);border-radius:27px;place-items:center;margin-bottom:24px;display:grid;transform:rotate(-4deg)}.chat-welcome>span:first-child svg{width:40px;height:40px}.chat-welcome h2{letter-spacing:-.045em;margin:8px 0;font-size:2.2rem}.chat-welcome p{max-width:510px;color:var(--muted);margin:0 0 22px;line-height:1.6}@media (width<=980px){.content--messages{height:calc(100dvh - 70px);padding:14px 14px 94px}.mobile-nav{grid-template-columns:repeat(4,1fr)}.mobile-nav button{flex-direction:column;gap:2px;position:relative}.mobile-nav button svg{width:19px}.mobile-nav button i{background:var(--orange);color:#fff;border-radius:99px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.56rem;font-style:normal;display:grid;position:absolute;top:5px;right:15%}}@media (width<=760px){.messaging-page{border-radius:18px;grid-template-columns:1fr;min-height:0}.message-inbox,.message-chat{width:100%;height:100%}.message-chat,.message-inbox--hidden-mobile{display:none}.message-chat--visible-mobile{display:block}.chat-back{margin-left:-7px;display:grid}.chat-thread__header{min-height:66px;padding:9px 12px}.chat-private{display:none!important}.chat-thread__messages{padding:17px 11px}.chat-bubble{max-width:87%}.chat-file{min-width:210px}.chat-composer{padding:9px 9px 7px}}@keyframes spin{to{transform:rotate(360deg)}}
