:root{--background: #f4f8fb;--foreground: #0f1720;--muted-foreground: #576375;--surface: #ffffff;--surface-border: #d8e3eb;--surface-border-strong: #b8cad7;--brand: #0d8b80;--brand-ink: #f3fffd;--brand-soft: #e7faf7;--danger: #c24133}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{color:var(--foreground);background:radial-gradient(1100px 580px at 0% 0%,#fff0c9 0%,transparent 56%),radial-gradient(1200px 640px at 100% 100%,#d6f0e4 0%,transparent 52%),linear-gradient(180deg,#f7fbff 0%,var(--background) 60%);font-family:Inter,Avenir Next,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}a{color:#086c64;text-decoration:none}a:hover{text-decoration:underline}code,.mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.app-main{position:relative;max-width:1120px;margin:0 auto;padding:2rem 1.2rem 4rem}.app-main--home-form{padding-top:0}.app-main--patch{max-width:100vw;padding-left:1.5rem;padding-right:1.5rem}.landing-static-shell{padding-bottom:1rem}#landing-static-shell[hidden],html[data-sharepatch-route=other] #landing-static-shell{display:none}.site-content{margin-top:1.25rem}.site-footer-nav{max-width:1120px;margin:0 auto;padding:0 1.2rem 2.6rem}.site-footer-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid rgba(87,99,117,.18)}.site-footer-nav__label{margin:0;color:var(--muted-foreground);font-size:.92rem}.site-footer-nav__links{display:flex;flex-wrap:wrap;gap:1rem}.site-footer-nav__links a{color:#225768;font-weight:600}.bg-orb{position:fixed;width:24rem;height:24rem;border-radius:999px;filter:blur(46px);opacity:.3;pointer-events:none;z-index:-1}.bg-orb--a{top:-8rem;left:-8rem;background:#f7b84a}.bg-orb--b{right:-9rem;bottom:-8rem;background:#8ec7a6}.space-y-3>*+*{margin-top:.75rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.flex{display:flex}.items-center{align-items:center}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.hero-grid{display:grid;gap:1rem}.hero{max-width:760px}.hero h1{margin:.8rem 0 .65rem;font-size:clamp(2rem,5vw,3.45rem);line-height:1.08;letter-spacing:-.03em;text-wrap:balance}.hero p{margin:0;max-width:62ch;color:var(--muted-foreground);font-size:1.04rem;line-height:1.55}.hero-side{background:linear-gradient(135deg,#ffffffe6,#e9f6ffd1),var(--surface)}.plain-list{margin:0;padding-left:1rem;color:var(--muted-foreground);font-size:.95rem;line-height:1.55}.plain-list li+li{margin-top:.45rem}.ui-card{border:1px solid var(--surface-border);background:var(--surface);border-radius:20px;box-shadow:0 20px 44px #0c2b4414,inset 0 1px #ffffffd9}.card-gradient{background:linear-gradient(132deg,#fffbf2d9,#f0fcf8d1),var(--surface)}.create-card .ui-card__header{padding-bottom:.45rem}.create-card__submit{min-width:11rem}.ui-card__header,.ui-card__content,.ui-card__footer{padding:1.2rem 1.2rem 0}.ui-card__content,.ui-card__footer{padding-bottom:1.2rem}.ui-card__title{margin:0;font-size:1.24rem;line-height:1.25;letter-spacing:-.015em}.ui-card__description{margin:.55rem 0 0;color:var(--muted-foreground)}.ui-button{border:1px solid transparent;border-radius:12px;height:2.6rem;padding:0 1rem;font-size:.94rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.ui-button:hover{transform:translateY(-1px)}.ui-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.ui-button--default{color:var(--brand-ink);background:linear-gradient(180deg,#11a799,#0d8b80);box-shadow:0 10px 24px #0d8b8057}.ui-button--secondary{color:var(--foreground);background:#f2f7fb;border-color:var(--surface-border)}.ui-button--ghost{color:#225768;background:transparent;border-color:var(--surface-border)}.ui-button--sm{height:2.1rem;padding:0 .78rem}.ui-input,.ui-textarea{width:100%;border:1px solid var(--surface-border);border-radius:12px;background:#fff;color:var(--foreground);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.ui-input{height:2.7rem;padding:0 .88rem;font:inherit}.ui-textarea{padding:.85rem .88rem;resize:vertical;min-height:260px;font-family:JetBrains Mono,Menlo,monospace;font-size:.84rem}.ui-input:focus,.ui-textarea:focus{border-color:#30a196;box-shadow:0 0 0 3px #30a19629}.ui-input:disabled,.ui-textarea:disabled{cursor:not-allowed;color:#6b8190;background:#f1f6f8;border-color:#d6e1e7}.ui-label{font-size:.9rem;font-weight:600}.field{display:grid;gap:.55rem}.helper{margin:0;font-size:.86rem;color:var(--muted-foreground)}.helper--error{color:#b1502c}.file-picker{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;border:1px dashed var(--surface-border-strong);border-radius:12px;background:#f9fcff;padding:.65rem}.file-picker__native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.file-picker__button{cursor:pointer}.file-picker__name{max-width:100%;padding:.44rem .72rem;border:1px dashed var(--surface-border-strong);border-radius:999px;background:#fff;color:var(--muted-foreground);font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-picker__name--has-file{border-style:solid;background:#e7faf7;color:#11665f}.mode-switch{background:#edf4f8;border:1px solid var(--surface-border);border-radius:14px;padding:.3rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.mode-switch__item{border:none;border-radius:10px;height:2.3rem;font-family:inherit;font-weight:600;font-size:.9rem;color:#30566f;background:transparent;cursor:pointer}.mode-switch__item.is-active{background:#fff;color:#0f6760;box-shadow:0 5px 12px #10324224}.ui-badge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;padding:.24rem .64rem;font-size:.71rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.ui-badge--default{color:#0d645d;background:var(--brand-soft);border-color:#b6ebe3}.ui-badge--muted{color:#385165;background:#e9f1f7;border-color:#ccdde8}.ui-alert{border:1px solid var(--surface-border);background:#f8fcff;border-radius:14px;padding:.95rem 1rem}.ui-alert--destructive{border-color:#edbaa8;background:#fff4f0}.ui-alert__title{margin:0;font-size:.96rem}.ui-alert__description{margin:.35rem 0 0;color:var(--muted-foreground)}.ui-alert--destructive .ui-alert__description,.ui-alert--destructive .ui-alert__title{color:#8f2f20}.skeleton-line{height:.8rem;border-radius:999px;width:100%;background:linear-gradient(90deg,#ebf3f8,#f8fcff,#ebf3f8);background-size:200% 100%;animation:shimmer 1.2s linear infinite}.w-80{width:80%}.w-64{width:64%}.reveal-in{animation:rise-in .42s ease both}@media (min-width: 960px){.hero-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start;gap:1.2rem}}@media (max-width: 640px){.app-main{padding:1.15rem .8rem 3rem}.app-main--home-form{padding-top:0}.app-main--patch{padding-left:1.5rem;padding-right:1.5rem}.ui-card{border-radius:16px}.ui-card__header,.ui-card__content,.ui-card__footer{padding-left:.9rem;padding-right:.9rem}.site-footer-nav{padding-left:.8rem;padding-right:.8rem}.site-footer-nav__inner{align-items:flex-start;flex-direction:column}.hero h1{font-size:clamp(1.8rem,9vw,2.4rem)}.ui-textarea{min-height:220px}}@media (prefers-reduced-motion: reduce){.reveal-in,.skeleton-line{animation:none}.ui-button{transition:none}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes rise-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}
