/* Show-Guide visual foundation · V01 · no external dependencies. */
:root {
  --ink:#172337; --green:#235bd4; --green-light:#edf3ff; --gold:#73deef;
  --paper:#f3f6fb; --white:#fff; --line:#dce4ee; --muted:#586980; --red:#aa3544;
  --radius:16px; --shadow:0 12px 36px #132c5410;
  --night:#101b2d; --night-raised:#17253b; --accent:#235bd4; --cyan:#89e4f2;
}
body{font-family:Inter,"Segoe UI",Arial,Helvetica,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:inherit;letter-spacing:-.035em;overflow-wrap:anywhere}
h1{font-weight:650} h2,h3{font-weight:650} h4{margin:0;font-size:17px}
button,input,select,textarea,a{-webkit-tap-highlight-color:transparent}
.ui-icon{display:inline-block;vertical-align:middle;flex-shrink:0}
.button,.search-form button{border-radius:9px;background:var(--accent);border-color:var(--accent);font-size:13px;min-height:46px;gap:14px;box-shadow:0 3px 8px #235bd414;transition:background-color 150ms,transform 150ms}
.button:hover,.search-form button:hover{background:#164bbd}
.button:active,.search-form button:active{transform:translateY(1px)}
.button.secondary{border-color:#cbd6e6;color:#214978;background:#fff;box-shadow:none}
.button.secondary:hover{background:#edf3ff}
.button.light{background:#f6fbff;color:#133465;border-color:#f6fbff}
.button.light:hover{background:#dcecff}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #4284f6;outline-offset:4px}
.text-link,.text-button{color:#2357c2}
.text-link{display:inline-flex;align-items:center;gap:8px}
.text-link .ui-icon{width:16px;height:16px}
.site-header{height:80px;padding:0 max(28px,calc((100vw - 1344px)/2));background:var(--night);border-bottom:1px solid #ffffff14;color:#e9f1ff}
.site-header .brand{color:#fff;font-size:26px}
.brand-dot{color:#51bddc}
.site-header nav{gap:26px}
.site-header nav>a{font-size:13px;min-height:44px;display:inline-flex;align-items:center;gap:10px}
.site-header nav>a[aria-current=page]{color:#9bdfea}
.site-header .text-button{color:#becce0;min-height:44px}
.site-header nav .nav-signin,.site-header nav .nav-workspace{border:1px solid #4b5a72;padding:8px 14px;border-radius:8px}
.site-header nav a:hover{color:#fff;text-decoration:none}
.site-header nav a:hover .ui-icon{transform:translateX(2px)}
.site-header .ui-icon{width:17px;height:17px;transition:transform 160ms}
.site-footer{max-width:1344px;margin-top:64px;color:#62728a}
.site-footer .brand{color:#172337}
.section-shell,.workspace-shell{max-width:1344px}
.workspace-shell{margin-top:32px}
.workspace-shell.narrow{max-width:880px}
.eyebrow{font-size:10px;letter-spacing:1.6px;color:#5c6d86}
.signal-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px #89e4f210;flex-shrink:0}
.count-label{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px;background:#fff;padding:5px 11px;color:#576b86;font-size:12px;white-space:nowrap}
.notice{max-width:1344px;border-radius:10px}
.notice.success{display:flex;align-items:center;gap:12px;background:#e7f5f0;color:#1b634b;border-color:#b8dbc9}
.notice.error{color:#822d3c;background:#fff0f2;border-color:#efbec8}
.panel,.list-panel,.request-summary,.revision-card{box-shadow:0 3px 14px #183d6610;border-color:var(--line)}
.panel{padding:28px}
.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
.panel-heading h3{font-size:20px;margin:0}
.panel-heading .eyebrow{margin-bottom:9px}
.inline-note,.guidance-panel{background:#edf3ff;color:#2f4f7d;border:1px solid #d7e4f7}
.status{background:#ecf1fa;color:#4c607e;letter-spacing:.8px}
.status.published{background:#e6f5ee;color:#236443}
input,select,textarea{border-color:#cbd6e5;background:#fbfcff;border-radius:8px;font-size:14px;color:#172337;transition:border-color 150ms,box-shadow 150ms}
input:hover,select:hover,textarea:hover{border-color:#91a9cb}
input:focus,select:focus,textarea:focus{border-color:#4c7cdc;background:#fff}
label{font-size:12px;color:#2a3d57}
.form-note,label small{color:#60718a;font-size:12px}
input[type=range]{accent-color:#235bd4}
input::file-selector-button{border:0;border-radius:5px;background:#e3ecfd;color:#214f9c;padding:6px 10px;font:inherit;margin-right:9px;cursor:pointer}
.contact-fields,.media-editor{border-color:var(--line);background:#fbfcff}
.media-frame{background:#eaf0f8}
.list-row{transition:background-color 140ms}
.list-row:hover{background:#f8faff}
.list-row>div,.list-row h3{min-width:0;overflow-wrap:anywhere}
.list-row .text-link{flex-shrink:0}
.history summary,details>summary{color:#254a80}
details[open]>summary{margin-bottom:12px}
.tag{background:#eaf0fc;color:#355783}
.pill{background:#f4f8ff;border-color:#d7e5fb;color:#254976}
.scope-note{font-size:11px;color:#64758d;margin:20px 0 0;line-height:1.6}
.back-link{color:#5d7391;margin-bottom:20px}
.page-heading h1{font-size:clamp(28px,3vw,42px);letter-spacing:-1.25px}
.page-heading .eyebrow{flex-wrap:wrap}
.event-heading{padding:0 0 28px;border-bottom:1px solid var(--line);margin-bottom:28px}
.event-heading>div{max-width:900px}
.event-heading .button{flex-shrink:0}
.workspace-grid{grid-template-columns:210px minmax(0,1fr);gap:30px}
.workspace-content{min-width:0}
.side-nav{top:22px;border-radius:14px;background:var(--night);padding:18px 10px 12px;box-shadow:0 8px 20px #101b2d0a;gap:4px}
.nav-eyebrow{font-size:9px;letter-spacing:1.6px;color:#9aacc7;margin:2px 13px 14px}
.side-nav>a{font-size:12px;color:#c5d1e5;padding:12px 12px;min-height:44px;gap:8px;border-radius:8px;transition:background-color 140ms,color 140ms}
.side-nav>a.active{background:#265dda;color:#fff;box-shadow:0 5px 14px #0c142928}
.side-nav>a:hover{background:#253955;color:#fff}
.side-nav>a.active:hover{background:#326cea}
.nav-item-label{display:flex;align-items:center;gap:10px}
.nav-item-label .ui-icon{width:17px;height:17px}
.sidebar-foot{margin:18px 12px 0;padding-top:20px;border-color:#324056}
.sidebar-foot .status{background:#ffffff0e;color:#c4d2e7;border:1px solid #4a5b74}
.sidebar-foot small{font-size:11px;color:#9badc7}
.overview-heading h2{font-size:28px}
.stats-grid{gap:16px}
.stat{padding:20px 22px;border-radius:13px;box-shadow:0 3px 14px #183d6608;transition:border-color 150ms,transform 150ms;background:#fff}
.stat:hover{border-color:#93b1eb;text-decoration:none;transform:translateY(-2px)}
.stat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;color:#3c6dc4}
.stat-top>span{font-size:16px;color:#8191aa}
.stat strong{font-size:38px;font-weight:550;font-variant-numeric:tabular-nums;letter-spacing:-1px}
.stat>span{font-size:12px;color:#5d6f88;margin-top:3px}
.overview-columns{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,1fr);gap:22px;margin-bottom:24px}
.attention-panel{margin:0}
.attention-row{display:flex;align-items:center;gap:14px;padding:18px 0;border-top:1px solid #e6ecf5}
.attention-row:hover{text-decoration:none}
.attention-row:hover strong{color:#235bd4}
.attention-row>span:nth-child(2){flex:1;min-width:0}
.attention-row strong{font-size:13px;font-weight:650;display:block;line-height:1.5}
.attention-row small{display:block;font-size:12px;color:#60718a;margin-top:3px;line-height:1.6}
.attention-row>.ui-icon{width:16px;height:16px;color:#6a809f}
.task-icon{background:#edf3ff;border:1px solid #e0e9f8;width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:#3465b9;flex-shrink:0}
.guide-launch-panel{border:1px solid #2c4364;background:radial-gradient(ellipse at top right,#244d77 0,transparent 65%),#142339;border-radius:16px;padding:28px;color:#fff;overflow:hidden;position:relative}
.guide-launch-panel h3{font-size:27px;margin-bottom:12px}
.guide-launch-panel p:not(.eyebrow){font-size:13px;color:#c0d0e6}
.guide-launch-panel .eyebrow{color:#93cee2;margin:12px 0}
.guide-launch-panel>small{display:block;font-size:11px;color:#a9bad3;margin-top:18px}
.mini-stage{height:112px;position:relative}
.mini-stage>span{position:absolute;left:50%;top:30px;width:180px;height:70px;border:1px solid #5689b9;border-radius:12px;transform:translateX(-50%) rotate(-18deg) skew(18deg);background:#20426130}
.mini-stage>span:nth-child(2){top:18px;width:146px;border-color:#69c0d5}
.mini-stage>span:nth-child(3){top:4px;width:108px;border-color:#8ee6ef;background:#29516c55}
.mini-stage>div{position:absolute;left:50%;top:28px;transform:translateX(-50%);color:#b8f7ff}
.mini-stage>div .ui-icon{width:28px;height:28px}
.guide-launch-panel:hover .mini-stage>span{transform:translateX(-50%) translateY(-3px) rotate(-18deg) skew(18deg)}
.mini-stage>span{transition:transform 220ms}
.calm-state{padding:26px 0 12px}
.calm-state>.ui-icon{color:#37876b;width:28px;height:28px;margin-bottom:16px}
.calm-state h3{font-size:18px}
.calm-state p{font-size:13px;color:#60718a;margin:0}
.glance-row{display:flex;gap:24px;align-items:center;padding:20px 0;border-top:1px solid var(--line)}
.glance-row:hover{text-decoration:none}
.glance-row>span:nth-child(2){flex:1;min-width:0}
.glance-row strong{font-size:14px;display:block;overflow-wrap:anywhere}
.glance-row:hover>span:nth-child(2) strong{color:#235bd4}
.glance-row small{display:block;font-size:12px;color:#63748e}
.glance-time{min-width:94px}
.glance-time strong{font-variant-numeric:tabular-nums;color:#2b5488}
.glance-row>.ui-icon{width:17px;color:#6581a8}
.program-empty{display:flex;align-items:center;gap:20px;padding:26px 0 14px}
.program-empty>.ui-icon{color:#6182b1;width:28px;height:28px}
.program-empty>div{flex:1}
.program-empty strong{font-size:14px}
.program-empty p{font-size:12px;color:#60718a;margin:4px 0 0}
.workspace-welcome{display:flex;align-items:center;justify-content:space-between;gap:32px;border-radius:19px;padding:38px 42px;margin-bottom:38px;color:#fff;background:radial-gradient(ellipse at 92% 22%,#284d7b 0,transparent 52%),#142339;position:relative;overflow:hidden}
.workspace-welcome h1{font-size:clamp(30px,3.3vw,46px);letter-spacing:-1.6px;line-height:1.13;margin:16px 0}
.workspace-welcome h1>span{color:#a1dff0}
.workspace-welcome p{color:#b9cae1;font-size:14px;margin:0}
.workspace-welcome .eyebrow{font-size:10px;color:#a7c2e8}
.workspace-welcome .button{flex-shrink:0;background:#edf6ff;color:#194588;border-color:#edf6ff}
.workspace-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}
.workspace-shortcuts>a{display:flex;gap:18px;align-items:center;padding:22px;background:#fff;border:1px solid var(--line);border-radius:12px}
.workspace-shortcuts>a:hover{text-decoration:none;border-color:#99b2d5}
.workspace-shortcuts>a>span{flex:1}
.workspace-shortcuts strong{display:block;font-size:13px}
.workspace-shortcuts small{display:block;font-size:12px;color:#63748e}
.workspace-shortcuts .ui-icon{color:#3c67a6}
.event-card{box-shadow:0 4px 14px #142b4b08;border-radius:15px}
.event-card-art{background:linear-gradient(145deg,#152940,#284d71);color:#fff;height:172px;overflow:hidden}
.event-card-art:after{content:"";position:absolute;width:210px;height:210px;border:1px solid #81d6ef40;border-radius:35px;right:-45px;top:28px;transform:rotate(-32deg);box-shadow:0 0 0 24px #89c5ec06,0 0 0 49px #89c5ec05;pointer-events:none}
.event-card:nth-child(3n+2) .event-card-art{background:linear-gradient(145deg,#1c2c53,#3e507e)}
.event-card:nth-child(3n+3) .event-card-art{background:linear-gradient(145deg,#123d4b,#28657a)}
.event-card-art>.event-date-art{display:flex;flex-direction:column;font-family:inherit;font-style:normal;font-size:inherit;opacity:1;line-height:1.2;z-index:1}
.event-date-art strong{font-size:60px;font-weight:500;letter-spacing:-3px}
.event-date-art>span{font-size:11px;letter-spacing:2px;text-transform:uppercase;margin-top:8px;color:#b8daed}
.event-card-art>.pill{z-index:1;background:#ffffff12;border-color:#ffffff40;color:#e2f4ff;border-radius:6px;font-size:10px}
.event-card-copy{padding:26px}
.event-card-copy h2,.event-card-copy h3{font-size:23px;line-height:1.24}
.card-link{display:inline-flex;align-items:center;gap:12px;margin-top:6px}
.card-link .ui-icon{width:17px;height:17px;transition:transform 160ms}
.event-card:hover .card-link .ui-icon{transform:translateX(4px)}
/* Discovery art is an abstract explanation, never simulated event data. */
.discovery-hero{background:radial-gradient(ellipse at 85% 18%,#203f60 0,transparent 54%),#101b2d;color:#fff;overflow:hidden}
.discovery-hero-inner{max-width:1344px;margin:auto;display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:center;padding:66px 0 52px}
.discovery-hero .eyebrow{color:#a2c8ea;letter-spacing:1.8px}
.discovery-hero h1{font-size:clamp(42px,4.4vw,67px);line-height:1.08;letter-spacing:-2.7px;margin:26px 0;font-weight:600}
.discovery-hero h1>span{color:#92e3f0}
.discovery-hero .hero-description{font-size:17px;line-height:1.7;color:#b6c8df;max-width:500px;margin-bottom:32px}
.discovery-hero .search-form{max-width:580px;background:#fff;border:1px solid #fff;padding:7px 7px 7px 17px;gap:10px;border-radius:11px;box-shadow:0 10px 28px #020c1930}
.discovery-hero .search-form>.ui-icon{color:#6c819e}
.discovery-hero .search-form input{color:#182b45;min-width:0;font-size:14px;min-height:48px}
.discovery-hero .search-form button{min-height:48px}
.hero-caption{display:flex;gap:26px;color:#90a7c6;font-size:11px;letter-spacing:.5px;margin-top:20px}
.hero-caption>span+span:before{content:"";display:inline-block;width:3px;height:3px;background:#81b4cb;vertical-align:middle;margin-right:24px}
.hero-bottom{max-width:1344px;margin:auto;display:flex;justify-content:space-between;border-top:1px solid #ffffff18;padding:22px 0;color:#91a8c7;font-size:11px}
.hero-bottom>a{color:#c0d6ee}
.hero-bottom a>span{margin-left:20px}
.experience-console{border:1px solid #49607d;border-radius:18px;background:linear-gradient(160deg,#223851b8,#111e32);box-shadow:0 25px 60px #010a1950;overflow:hidden}
.console-topline,.console-bottomline{display:flex;justify-content:space-between;align-items:center;padding:20px 25px}
.console-topline{border-bottom:1px solid #ffffff12}
.console-wordmark{font-size:9px;letter-spacing:2px;color:#c5d8ec}
.console-index{font-family:monospace;font-size:10px;color:#8fa9c9}
.constellation{height:240px;position:relative;background:radial-gradient(ellipse at 50% 55%,#35678730,transparent 60%)}
.connection-map{width:100%;height:100%}
.map-floor{stroke:#547899;stroke-width:1;fill:#2650710d}
.map-wire{stroke:#547899;stroke-width:.6;opacity:.4}
.map-connection{stroke:#88ecf4;stroke-width:2;transition:opacity 200ms;opacity:0}
.connection-program{opacity:1}
.experience-console[data-active=people] .connection-program,.experience-console[data-active=places] .connection-program{opacity:0}
.experience-console[data-active=people] .connection-people,.experience-console[data-active=places] .connection-places{opacity:1}
.map-node{stroke:#83d6ef;stroke-width:1.5;fill:#1b344d}
.map-center{stroke:#9beef5;stroke-width:1.5;fill:#24465f}
.map-center-line{stroke:#9beef5;stroke-width:1.5}
.map-label{position:absolute;font-size:8px;letter-spacing:1.5px;color:#9ec5e3}
.map-label-program{left:15%;top:14%}
.map-label-people{right:15%;top:14%}
.map-label-places{left:16%;bottom:11%}
.console-controls{display:flex;gap:8px;margin:0 24px;padding:5px;background:#0a1627;border:1px solid #314963;border-radius:9px}
.console-controls button{flex:1;background:transparent;border:0;border-radius:5px;color:#a7bbd7;min-height:43px;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px}
.console-controls button[aria-pressed=true]{background:#244f8d;color:#eaffff}
.console-controls .ui-icon{width:16px;height:16px}
.console-description{padding:25px 28px 14px;min-height:155px}
.console-kicker{font-size:8px;letter-spacing:1.8px;color:#8bbecf;display:block;margin-bottom:12px}
.console-description h2{font-size:21px;letter-spacing:-.5px;color:#f0f7ff;line-height:1.3;margin-bottom:10px}
.console-description p{font-size:12px;color:#afc0d8;margin-bottom:0;line-height:1.7}
.console-bottomline{padding-top:16px;padding-bottom:16px;margin-top:4px;border-top:1px solid #ffffff12;color:#809aba;font-size:8px;letter-spacing:1.2px}
.console-bottomline>span:last-child{font-size:18px;color:#94def0}
.home-body .discover{padding-top:52px}
.organizer-intro{background:#e8eff9;border:1px solid #d6e1f0;color:#173153;border-radius:18px;padding:40px 45px;gap:55px}
.organizer-intro .eyebrow{color:#4d6b92}
.organizer-intro h2{font-size:34px;letter-spacing:-1.2px}
.organizer-intro p{color:#506987;font-size:14px}
.organizer-intro .button{background:#235bd4;color:#fff;border-color:#235bd4}
.empty-discovery{background:#fff;box-shadow:0 3px 14px #183d6608;padding:30px}
.empty-icon{border-radius:13px;background:#edf3ff;color:#4c75b5}
.empty-icon .ui-icon{width:25px;height:25px}
.empty-discovery h3{font-size:18px}
.empty-discovery p{font-size:13px;max-width:720px}
/* Profile studio: ordinary server forms with progressive client-side preview. */
.profile-studio{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 4px 16px #183d6609;margin-bottom:24px}
.studio-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:24px 28px;border-bottom:1px solid var(--line)}
.studio-heading .eyebrow{margin-bottom:8px}
.studio-heading h3{margin:0;font-size:22px}
.edit-state{font-size:10px;white-space:nowrap;padding:6px 10px;border:1px solid #d8e2f0;background:#f3f7fd;color:#4c6386;border-radius:6px}
.edit-state[data-state=dirty]{color:#7b541d;background:#fff7e7;border-color:#ead0a0}
.studio-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(275px,1fr);align-items:start}
.studio-form{min-width:0;padding:24px 28px}
.studio-tabs{display:flex;gap:5px;padding:5px;background:#eef3fa;border-radius:9px;margin-bottom:28px}
.studio-tabs button{flex:1;min-height:44px;border:0;border-radius:6px;background:transparent;color:#526783;font-size:12px}
.studio-tabs button[aria-pressed=true]{background:#fff;box-shadow:0 2px 7px #193a6320;color:#1e54b8}
.editor-section h4{font-size:15px;letter-spacing:0;margin:0 0 4px}
.editor-section+.editor-section{margin-top:28px}
.studio-form[data-enhanced] .editor-section{margin-top:0}
.studio-form .form-grid{gap:21px}
.studio-form .media-editor-grid{grid-template-columns:1fr}
.studio-form .media-square{max-width:195px}
.studio-form .media-editor{margin:20px 0}
.studio-form .contact-fields{margin:0;padding:20px}
.studio-save{border-top:1px solid var(--line);margin-top:26px;padding-top:6px}
.studio-save>.check{font-size:12px;color:#455b78;margin:20px 0}
.studio-save .form-actions{gap:12px;flex-wrap:wrap}
.studio-save .form-actions p{font-size:11px;flex:1;min-width:145px}
.studio-save button{font-size:12px}
.studio-preview{min-width:0;background:#f1f5fb;border-left:1px solid var(--line);padding:22px;align-self:stretch}
.preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:25px;flex-wrap:wrap}
.preview-toolbar>span{font-size:11px;color:#566d8e;display:flex;gap:8px;align-items:center}
.preview-toolbar .ui-icon{width:15px;height:15px}
.preview-toolbar>div{display:flex;background:#e4ebf6;border-radius:6px;padding:3px}
.preview-toolbar button{font-size:10px;background:transparent;border:0;border-radius:4px;padding:8px 11px;min-height:36px;color:#4e6688}
.preview-toolbar button[aria-pressed=true]{color:#2357bd;background:#fff;box-shadow:0 1px 4px #17325a1a}
.preview-canvas{min-height:410px;display:flex;align-items:flex-start;justify-content:center;padding:5px 0 16px}
.preview-profile{width:100%;max-width:305px;min-width:0;background:#fff;border:1px solid #d6e0ef;border-radius:15px;overflow:hidden;box-shadow:0 13px 26px #1e467a12}
.preview-cover{height:104px;background:linear-gradient(135deg,#1c344d,#38647e);position:relative;overflow:hidden}
.preview-cover:before{content:"";position:absolute;width:160px;height:160px;border:1px solid #a4daea33;right:-20px;top:-90px;border-radius:30px;transform:rotate(-25deg)}
.preview-cover>span{position:absolute;bottom:18px;right:15px;font-size:7px;letter-spacing:1.2px;color:#c8e4f3;max-width:60%;text-align:right}
.preview-cover>img{display:block;width:100%;height:100%;object-position:var(--media-x,50%) var(--media-y,50%)}
.preview-avatar{width:76px;height:76px;border-radius:15px;border:4px solid #fff;background:#e8f0fc;position:relative;margin:-34px 0 0 20px;overflow:hidden}
.preview-avatar img{display:block;width:100%;height:100%;object-position:var(--media-x,50%) var(--media-y,50%)}
.preview-profile img.media-fit-cover{object-fit:cover}
.preview-profile img.media-fit-contain{object-fit:contain}
.preview-copy{padding:18px 23px 0;overflow-wrap:anywhere}
.preview-copy .eyebrow{font-size:8px;color:#446693;margin-bottom:10px;line-height:1.6;display:block;white-space:pre-line}
.preview-copy h3{font-size:24px;line-height:1.2;margin-bottom:14px}
.preview-copy p:not(.eyebrow){font-size:12px;line-height:1.7;color:#586d8b}
.preview-event-name{border-top:1px solid #e4eaf3;margin-top:23px;padding:17px 0;font-size:10px;color:#597192}
.preview-biography{max-height:320px;overflow:auto}
.preview-contacts p{font-size:10px!important;background:#f2f6fd;padding:7px 9px;border-radius:5px;margin-bottom:6px}
.preview-disclaimer{font-size:11px;line-height:1.7;color:#596e8a;margin:10px 0 0}
.preview-profile[data-size=profile]{max-width:100%}
.preview-profile[data-size=profile] .preview-cover{height:128px}
.preview-profile[data-size=profile] .preview-copy h3{font-size:27px}
.preview-profile.preview-changed{animation:preview-ack 260ms ease-out}
@keyframes preview-ack{from{border-color:#5e98ef}to{border-color:#d6e0ef}}
/* Existing guide, participant, account and history surfaces share the foundation. */
.guide-hero{padding-top:44px}
.guide-hero h1{font-size:clamp(32px,4vw,52px)}
.guide-tabs{border-color:#ccd8e9;gap:28px}
.guide-tabs a{padding:8px 0}
.guide-tabs button[aria-pressed=true]{color:#235bd4}
.program-controls{padding:22px;background:#eaf0fa;border:1px solid #d7e2f2;border-radius:13px}
.session-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;margin-bottom:12px;box-shadow:0 2px 10px #16335206}
.program-list{border-top:0}
.session-time strong{color:#265db9;font-size:20px}
.session-copy h3{font-size:21px}
.save-session{min-height:42px;transition:background-color 140ms}
.profile-card{box-shadow:0 3px 13px #1530550a;transition:transform 150ms}
.profile-card:hover{transform:translateY(-2px)}
.profile-feature{background:#fff;padding:28px;border:1px solid var(--line);border-radius:16px}
.preview-banner{background:#e4ecfb;border-bottom:1px solid #bcccE5;color:#284f88}
.login-shell{gap:75px}
.login-shell h1{letter-spacing:-1.8px}
.login-decoration{font-family:inherit;font-weight:600;font-style:normal;letter-spacing:-12px;color:#ccd9ee}
.login-decoration span{color:#6e91c4}
.login-decoration i{color:#4fabc7}
.login-panel{box-shadow:0 15px 40px #1b3b6710;border-radius:18px}
@media(min-width:1360px){.studio-preview{position:sticky;top:22px;align-self:start;min-height:100%}}
@media(max-width:1400px){.section-shell,.workspace-shell,.site-footer,.notice{margin-left:28px;margin-right:28px}.discovery-hero-inner,.hero-bottom{margin-left:28px;margin-right:28px}.discovery-hero-inner{gap:42px}}
@media(max-width:1100px){.discovery-hero-inner{gap:30px;padding-top:48px}.discovery-hero h1{font-size:49px;letter-spacing:-2px}.workspace-grid{grid-template-columns:185px minmax(0,1fr);gap:22px}.side-nav>a{font-size:11px}.nav-item-label{gap:8px}.studio-layout{grid-template-columns:1fr}.studio-preview{border-left:0;border-top:1px solid var(--line)}.preview-canvas{min-height:0}.studio-preview .preview-profile{max-width:370px}.overview-columns{grid-template-columns:1fr}.guide-launch-panel{padding-right:200px;min-height:255px}.guide-launch-panel .mini-stage{position:absolute;right:0;top:65px;width:200px}.stats-grid{gap:10px}.stat{padding:16px}.stat strong{font-size:33px}}
@media(max-width:820px){.discovery-hero-inner{grid-template-columns:1fr;gap:34px;padding:42px 0 34px}.discovery-hero .hero-copy{max-width:650px}.discovery-hero h1{font-size:56px}.experience-console{max-width:650px;width:100%}.constellation{height:220px}.console-description{min-height:140px}.program-empty{flex-wrap:wrap}.program-empty .button{margin-left:48px}.workspace-welcome{padding:30px}.workspace-welcome h1{font-size:34px}.workspace-shortcuts{grid-template-columns:1fr}.overview-heading{flex-wrap:wrap}}
@media(max-width:720px){
  .site-header{height:auto;min-height:76px;padding:15px 18px;gap:12px;flex-wrap:wrap}.site-header .brand{font-size:23px}
  .site-header nav{gap:16px;flex-wrap:wrap}.site-header nav>a{font-size:12px}.site-header nav>a:first-child{display:inline-flex}.site-header nav .nav-workspace,.site-header nav .nav-signin{padding:7px 10px}.site-header nav .text-button{font-size:12px}
  .section-shell,.workspace-shell,.site-footer,.notice{margin-left:18px;margin-right:18px}.discovery-hero-inner,.hero-bottom{margin-left:18px;margin-right:18px}
  .discovery-hero-inner{padding-top:36px}.discovery-hero h1{font-size:clamp(36px,8.5vw,54px);letter-spacing:-1.8px}.discovery-hero .hero-description{font-size:15px;margin-bottom:25px}
  .discovery-hero .search-form{padding:6px 6px 6px 12px;gap:5px}.discovery-hero .search-form input{font-size:13px;padding:8px;min-height:45px}.discovery-hero .search-form button{font-size:12px;padding:10px 12px;gap:8px;min-height:45px}.search-form button .ui-icon{width:16px}
  .hero-caption{font-size:10px;gap:16px}.hero-caption>span+span:before{margin-right:14px}.hero-bottom{font-size:10px;gap:16px;padding:18px 0}.hero-bottom a>span{margin-left:8px}
  .console-topline{padding:17px 20px}.console-controls{margin:0 18px;gap:3px}.console-controls button{font-size:11px;gap:6px}.console-description{padding:23px 22px 14px;min-height:146px}.console-description h2{font-size:21px}.console-description p{font-size:12px}.constellation{height:210px}
  .home-body .discover{padding-top:35px}.section-heading .eyebrow{font-size:9px}.section-heading h2{font-size:25px}.count-label{font-size:10px;padding:5px 8px}
  .organizer-intro{padding:28px}.organizer-intro h2{font-size:30px}.organizer-intro p{font-size:14px}
  .empty-discovery{padding:23px}.empty-discovery h3{font-size:17px}.empty-discovery p{font-size:13px}.empty-icon{height:42px;width:42px}
  .workspace-shell{margin-top:25px}.workspace-welcome{display:block;padding:27px 25px;margin-bottom:30px}.workspace-welcome h1{font-size:32px}.workspace-welcome p{font-size:13px}.workspace-welcome .button{margin-top:25px}
  .event-heading{padding-bottom:22px}.event-heading .eyebrow{font-size:9px}.event-heading h1{font-size:30px;letter-spacing:-1px}.event-heading .button{font-size:12px}
  .workspace-grid{display:block}.side-nav{border:0;border-radius:12px;display:flex;flex-direction:row;gap:6px;overflow-x:auto;padding:10px;margin-bottom:25px}.side-nav>a{white-space:nowrap;flex-shrink:0;padding:10px 12px;font-size:12px}.side-nav .nav-eyebrow,.sidebar-foot{display:none}.side-nav>a>span:last-child:not(.nav-item-label){display:none}
  .stats-grid{gap:12px}.stat{padding:18px}.stat strong{font-size:34px}.stat-top{margin-bottom:12px}.overview-columns{gap:20px}.overview-heading h2{font-size:27px}.overview-heading{gap:15px}
  .panel{padding:23px}.panel-heading{gap:12px;flex-wrap:wrap}.panel-heading h3{font-size:20px}.attention-row strong{font-size:13px}.attention-row small{font-size:12px}.attention-row{gap:12px}
  .guide-launch-panel{padding:25px 165px 25px 25px}.guide-launch-panel .mini-stage{width:155px;top:70px}.mini-stage>span{width:138px}.mini-stage>span:nth-child(2){width:108px}.mini-stage>span:nth-child(3){width:82px}.guide-launch-panel h3{font-size:24px}.guide-launch-panel .button{font-size:11px;padding:10px 12px;gap:7px}
  .glance-row{gap:16px}.glance-time{min-width:77px}.glance-row strong{font-size:13px}.glance-row small{font-size:11px}
  .studio-heading{padding:21px;align-items:flex-start;flex-wrap:wrap}.studio-heading h3{font-size:22px}.studio-form{padding:22px}.studio-tabs{gap:3px}.studio-tabs button{font-size:11px}.studio-preview{padding:23px}.studio-save .form-actions button{width:100%}.studio-save .form-actions p{margin-bottom:16px}.studio-save .check{font-size:12px}
  .studio-form .span-2{grid-column:auto}.editor-section h4{font-size:15px}.studio-form .contact-fields{padding:16px}
  .form-note,label small{font-size:12px}.form-grid{gap:19px}.list-row .text-link{white-space:normal}.list-row>span{font-size:11px}
  .event-card-art{height:150px}.event-date-art strong{font-size:54px}
  .program-controls{padding:16px}.session-card{padding:18px;grid-template-columns:77px minmax(0,1fr);gap:16px}.session-time strong{font-size:17px}.session-copy h3{font-size:19px}.guide-tabs{gap:14px;flex-wrap:wrap}.guide-tabs button{margin-left:0}.profile-feature{padding:22px}.profile-card-copy{padding:16px}
}
@media(max-width:420px){.site-header .brand{font-size:22px}.site-header nav{gap:12px}.site-header nav>a{font-size:11px}.site-header nav .ui-icon{display:none}.discovery-hero .search-form>.ui-icon{display:none}.hero-bottom{flex-wrap:wrap}.constellation{height:188px}.console-controls button{gap:5px}.console-description{min-height:167px}.guide-launch-panel{padding:24px}.guide-launch-panel .mini-stage{position:relative;top:auto;right:auto;width:100%;height:105px}.mini-stage>span{width:170px}.mini-stage>span:nth-child(2){width:138px}.mini-stage>span:nth-child(3){width:105px}.profile-grid{grid-template-columns:1fr}.glance-row{gap:12px}.studio-form,.studio-preview{padding:18px}.studio-tabs button{font-size:10px}.edit-state{font-size:9px}}
@media(prefers-reduced-motion:no-preference){
  .console-description:not([hidden]){animation:detail-arrival 180ms ease-out}
  .editor-section:not([hidden]){animation:detail-arrival 160ms ease-out}
  @keyframes detail-arrival{from{opacity:.65;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .stat:hover,.event-card:hover,.profile-card:hover{transform:none}
  .guide-launch-panel:hover .mini-stage>span{transform:translateX(-50%) rotate(-18deg) skew(18deg)}
}
@media print{.site-header,.side-nav,.site-footer,.studio-tabs,.preview-toolbar>div{display:none}.workspace-grid,.studio-layout{display:block}.studio-preview{border:1px solid #aaa}.preview-profile{box-shadow:none}.workspace-shell{max-width:none;margin:0}.guide-launch-panel{background:#fff;color:#172337}.guide-launch-panel p:not(.eyebrow),.guide-launch-panel small{color:#455570}}

/* V02: movement changes composition, with an explicit quiet mode. */
[hidden]{display:none!important}
.motion-control{color:#bdd2e8;background:transparent;border:1px solid #41516b;border-radius:7px;font-size:11px;min-height:44px;padding:8px 12px;white-space:nowrap}
.motion-control[aria-pressed=true]{background:#243d58;color:#d5f5ff}
.motion-control:disabled{cursor:default;opacity:.85}
.guide-machine{height:318px;position:relative;isolation:isolate;perspective:950px;overflow:hidden;background:radial-gradient(ellipse at 50% 54%,#2d758547,transparent 65%)}
.machine-orbit{position:absolute;border:1px solid #6fd8e746;border-radius:50%;width:280px;height:280px;left:50%;top:46%;transform:translate(-50%,-50%) rotateX(63deg) rotateZ(-25deg);transition:transform 750ms cubic-bezier(.2,.8,.2,1),opacity 600ms;z-index:-1}
.orbit-two{width:390px;height:390px;opacity:.55;transform:translate(-50%,-50%) rotateX(63deg) rotateZ(25deg)}
.machine-spine{position:absolute;left:50%;top:28px;height:229px;width:1px;background:linear-gradient(transparent,#81e7f2,transparent);transform:rotate(0);transition:transform 750ms}
.machine-piece{position:absolute;display:flex;align-items:center;gap:15px;left:50%;top:42%;width:248px;height:65px;margin:-32px 0 0 -124px;border:1px solid #6386a5;border-radius:13px;padding:14px 18px;background:linear-gradient(120deg,#284965,#142d45);box-shadow:0 13px 24px #030d2055;transition:transform 760ms cubic-bezier(.18,.8,.2,1),width 650ms,height 650ms,border-radius 650ms,border-color 650ms,background 650ms;will-change:auto}
.piece-one{transform:translateY(-68px) translateX(-24px) rotate(-4deg);z-index:3}
.piece-two{transform:translateX(3px);z-index:2}
.piece-three{transform:translateY(68px) translateX(30px) rotate(4deg);z-index:1}
.piece-symbol{display:grid;place-items:center;flex:none;width:35px;height:35px;border-radius:10px;background:#83e4ee15;color:#a9f3ff;transition:transform 700ms,border-radius 700ms,background 700ms}
.piece-symbol .ui-icon{width:22px;height:22px}
.piece-copy{display:flex;flex-direction:column;line-height:1.5;transition:opacity 300ms,transform 500ms}
.piece-copy b{color:#eefaff;font-size:14px;letter-spacing:.2px;font-weight:550}
.piece-copy small{color:#a8c7df;font-size:10px}
.machine-piece i{height:4px;width:23px;border-radius:4px;background:#9cecf47a;margin-left:auto}
.machine-core{position:absolute;left:50%;top:48%;display:flex;flex-direction:column;align-items:center;gap:9px;color:#b3f4ff;opacity:0;transform:translate(-50%,-50%) scale(.5);transition:transform 700ms,opacity 400ms;z-index:4}
.machine-core .ui-icon{width:35px;height:35px}
.machine-core span{font-size:8px;letter-spacing:1.8px}
.machine-caption{position:absolute;bottom:17px;left:15px;right:15px;text-align:center;font-size:8px;letter-spacing:1.8px;color:#98c5db}
.experience-console[data-active=people] .machine-piece{width:112px;height:112px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;gap:6px;margin-left:-56px;margin-top:-56px;padding:9px;box-shadow:0 13px 25px #030d2050}
.experience-console[data-active=people] .piece-one{transform:translate(-110px,18px)}
.experience-console[data-active=people] .piece-two{transform:translate(0,-62px)}
.experience-console[data-active=people] .piece-three{transform:translate(110px,18px)}
.experience-console[data-active=people] .piece-copy{text-align:center}
.experience-console[data-active=people] .piece-copy b{font-size:12px}
.experience-console[data-active=people] .piece-copy small{font-size:9px}
.experience-console[data-active=people] .piece-symbol{height:29px;width:29px;border-radius:50%;background:transparent}
.experience-console[data-active=people] .machine-piece i{display:none}
.experience-console[data-active=people] .machine-spine{transform:rotate(90deg)}
.experience-console[data-active=people] .orbit-one{transform:translate(-50%,-50%) rotateX(0deg) rotateZ(0deg);opacity:.6}
.experience-console[data-active=people] .orbit-two{transform:translate(-50%,-50%) rotateX(0deg) rotateZ(0deg);opacity:.2}
.experience-console[data-active=places] .machine-piece{width:150px;height:99px;margin-left:-75px;margin-top:-50px;border-radius:12px;gap:12px;background:linear-gradient(135deg,#275a67,#183747);border-color:#77bdc5}
.experience-console[data-active=places] .piece-one{transform:translate(-97px,-26px) rotateX(36deg) rotateZ(-26deg)}
.experience-console[data-active=places] .piece-two{transform:translate(66px,-56px) rotateX(36deg) rotateZ(-26deg)}
.experience-console[data-active=places] .piece-three{transform:translate(9px,76px) rotateX(36deg) rotateZ(-26deg)}
.experience-console[data-active=places] .machine-piece i{display:none}
.experience-console[data-active=places] .machine-core{opacity:1;transform:translate(-50%,-50%) scale(.8)}
.experience-console[data-active=places] .orbit-one{transform:translate(-50%,-50%) rotateX(63deg) rotateZ(100deg)}
.experience-console[data-active=places] .orbit-two{transform:translate(-50%,-50%) rotateX(63deg) rotateZ(-100deg)}
.console-controls{position:relative;isolation:isolate;gap:0}
.console-controls:before{content:"";position:absolute;left:5px;top:5px;bottom:5px;width:calc((100% - 10px)/3);background:linear-gradient(135deg,#275e97,#294665);box-shadow:0 2px 12px #07172770,inset 0 1px #89e4f24d;border:1px solid #7ebbd058;border-radius:6px;z-index:-1;transition:transform 500ms cubic-bezier(.2,.8,.2,1)}
.console-controls button[aria-pressed=true]{background:transparent}
.experience-console[data-active=people] .console-controls:before{transform:translateX(100%)}
.experience-console[data-active=places] .console-controls:before{transform:translateX(200%)}
.console-controls button{transition:color 300ms}
.console-controls button .ui-icon{transition:transform 450ms}
.console-controls button[aria-pressed=true] .ui-icon{transform:translateY(-2px)}
.console-description{min-height:166px}
/* Working event explorer: actual records and native expandable connections. */
.event-explorer{border:1px solid #263e5c;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 16px 45px #19324f14;margin-bottom:32px}
.explorer-intro{display:flex;justify-content:space-between;gap:25px;padding:29px 30px 24px;background:radial-gradient(ellipse at 90% 20%,#245065,#13243b 60%);color:#f0f8ff}
.explorer-intro .eyebrow{color:#a2dfea;margin-bottom:11px}
.explorer-intro h3{font-size:29px;letter-spacing:-1px;margin-bottom:9px}
.explorer-intro p:not(.eyebrow){color:#b3c9df;font-size:12px;max-width:510px;margin:0}
.explorer-draft{align-self:flex-start;border:1px solid #63839e;background:#28415866;color:#cde6f4;padding:6px 11px;border-radius:5px;font-size:10px;white-space:nowrap}
.explorer-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#102138;padding:0 20px 18px;gap:8px}
.explorer-controls button{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:7px 9px;text-align:left;border:1px solid #425671;border-radius:10px;background:#1b3049;color:#b7cde3;padding:16px 14px;min-width:0;transition:background 300ms,transform 400ms,box-shadow 400ms,border-color 300ms}
.explorer-controls button span{font-size:11px}
.explorer-controls strong{grid-column:2;font-size:30px;font-weight:500;letter-spacing:-1px;line-height:1.1}
.explorer-controls button[aria-pressed=true]{background:#dff6fb;color:#153d57;border-color:#adf0f2;box-shadow:0 5px 22px #8de8f11c;transform:translateY(-4px)}
.explorer-controls button:hover:not([aria-pressed=true]){background:#29435e;transform:translateY(-2px)}
.explorer-controls .ui-icon{width:20px;height:20px}
.explorer-body{padding:27px 28px 14px}
.explorer-panel{margin-bottom:18px}
.explorer-panel-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:23px}
.explorer-panel-heading h4{font-size:20px;line-height:1.3}
.explorer-panel-heading .eyebrow{margin-bottom:8px}
.explorer-panel-heading>a{display:flex;align-items:center;gap:8px;font-size:11px;color:#235bd4;flex:none;min-height:44px}
.explorer-panel-heading .ui-icon{width:15px;height:15px}
.explorer-search{display:flex;flex-direction:row;align-items:center;gap:12px;border:1px solid #dbe4ee;border-radius:9px;background:#f4f7fb;padding:2px 13px;margin-bottom:16px}
.explorer-search .ui-icon{width:17px;height:17px;color:#537096}
.explorer-search input{border:0;box-shadow:none;background:transparent;min-width:0;padding:10px 0;flex:1;font-size:12px}
.explorer-search:focus-within{outline:2px solid #4284f6;outline-offset:2px}
.explorer-search input:focus-visible{outline:none}
.explorer-search>span:last-child{font-size:10px;white-space:nowrap;color:#596f8b}
.explorer-record{border:1px solid #dce5ee;border-radius:10px;margin-bottom:10px;overflow:hidden;transition:background 220ms,border-color 220ms,box-shadow 300ms}
.explorer-record[open]{border-color:#8fb8dc;box-shadow:0 9px 24px #294d7611;background:#f9fcff}
.explorer-record>summary{display:flex;align-items:center;gap:15px;list-style:none;padding:18px!important;margin:0!important;color:#1b3451}
.explorer-record>summary::-webkit-details-marker{display:none}
.explorer-record>summary:focus-visible{outline-offset:-4px;border-radius:9px}
.record-mark{width:39px;height:39px;display:grid;place-items:center;background:#eaf1fa;border-radius:10px;color:#48759e;flex:none;transition:transform 420ms,background 300ms}
.explorer-record[open] .record-mark{background:#dceff7;transform:rotate(-9deg)}
.record-mark .ui-icon{width:19px;height:19px}
.record-name{min-width:0;flex:1}
.record-name strong{font-size:13px;line-height:1.5;display:block;overflow-wrap:anywhere}
.record-name small{font-size:11px;font-weight:400;color:#627a95;display:block;margin-top:4px}
.record-expand{font-size:23px;font-weight:300;line-height:1;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eef4fa;color:#477091;transition:transform 400ms,background 300ms;flex:none}
.explorer-record[open] .record-expand{transform:rotate(45deg);background:#dcecf7}
.record-detail{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);overflow:hidden}
.record-detail-intro{padding:23px;background:linear-gradient(145deg,#edf5fc,#e3eef8);border-top:1px solid #dce5ee}
.record-detail-intro h4{font-size:22px;line-height:1.25;margin-bottom:16px}
.record-detail-intro p:not(.eyebrow){font-size:12px;color:#526d89}
.record-detail-intro .text-link{font-size:12px;min-height:44px}
.record-connections{padding:17px 22px;border-top:1px solid #dce5ee}
.connection-row{display:block;border-left:2px solid #70afcc;padding:0 0 0 15px;margin:9px 0 22px}
.connection-row strong,.connection-row small{display:block;overflow-wrap:anywhere}
.connection-row strong{font-size:12px;line-height:1.5;color:#1d426a;margin:5px 0}
.connection-row small{font-size:10px;color:#62758d;margin-bottom:4px}
.connection-time{font-size:10px;color:#346393;letter-spacing:.3px}
.connection-timezone{font-size:10px;color:#6a7e96;display:block}
.connection-empty{font-size:12px;color:#60758f;line-height:1.8;margin:8px 0 19px}
.explorer-no-match{padding:22px;text-align:center;background:#f1f6fb;border-radius:9px;font-size:13px;color:#527092}
.explorer-empty{display:flex;align-items:center;gap:25px;min-height:215px;padding:25px;background:radial-gradient(ellipse at 0% 100%,#e5f2f9,transparent 60%),#f6f9fd;border:1px solid #e1eaf3;border-radius:12px}
.explorer-empty>span{display:grid;place-items:center;flex:none;width:74px;height:74px;color:#477996;background:#e1edf6;border:1px solid #c5daea;border-radius:22px;box-shadow:8px 8px 0 #e8f0f7;transform:rotate(-8deg)}
.explorer-empty>span>.ui-icon{width:30px;height:30px;transform:rotate(8deg)}
.explorer-empty h4{font-size:22px;line-height:1.3;margin-bottom:9px}
.explorer-empty p{font-size:12px;color:#5f7590;margin-bottom:20px}
.explorer-empty .button{font-size:12px}
/* Profile card turns into a wider editorial composition. */
.studio-layout{transition:grid-template-columns 650ms cubic-bezier(.2,.8,.2,1)}
.profile-studio[data-preview-mode=profile] .studio-layout{grid-template-columns:minmax(0,1fr) minmax(300px,1.35fr)}
.studio-preview{background:radial-gradient(ellipse at 50% 40%,#254f68,#14253c 75%);color:#dcebf5;border-left-color:#344e69}
.preview-toolbar>span{color:#c5e0ed}.preview-toolbar>div{background:#1e3a56;border:1px solid #42617c}
.preview-toolbar button{color:#b8d6e9;min-height:40px;transition:background 350ms,color 350ms,box-shadow 350ms}
.preview-toolbar button[aria-pressed=true]{background:#dbf5fa;color:#1d4d67;box-shadow:0 2px 13px #76d4e233}
.preview-canvas{position:relative;isolation:isolate;padding:14px 0 30px;perspective:1000px;min-height:460px}
.preview-halo{position:absolute;left:50%;top:24px;width:285px;height:285px;border-radius:50%;border:1px solid #72b0cd33;transform:translateX(-50%);z-index:-1;box-shadow:0 0 0 32px #82b9d208,0 0 0 64px #82b9d206;transition:transform 650ms}
.preview-profile{transition:max-width 650ms,border-radius 550ms,box-shadow 550ms;box-shadow:0 22px 42px #020c2466;color:#1b3451;position:relative}
.preview-cover{transition:height 650ms;background:linear-gradient(135deg,#1c4960,#428c9e)}
.preview-copy{transition:padding 550ms}.preview-copy h3{transition:font-size 550ms}
.preview-avatar{transition:width 550ms,height 550ms,border-radius 550ms,margin 550ms}
.preview-profile[data-size=profile]{border-radius:10px}
.preview-profile[data-size=profile] .preview-cover{height:180px}
.preview-profile[data-size=profile] .preview-avatar{width:97px;height:97px;border-radius:50%;margin-top:-46px;margin-left:26px}
.preview-profile[data-size=profile] .preview-copy{padding:22px 29px 0}
.preview-profile[data-size=profile] .preview-copy h3{font-size:31px}
.profile-studio[data-preview-mode=profile] .preview-halo{transform:translateX(-50%) scale(1.4)}
.preview-disclaimer{color:#acc8de}
.studio-preview .form-note{color:#c4deef}
.studio-tabs button{transition:background 350ms,box-shadow 350ms,transform 350ms}
.studio-tabs button[aria-pressed=true]{transform:translateY(-2px);box-shadow:0 4px 11px #21446624}
@media(min-width:1101px){.profile-studio[data-preview-mode=profile] .studio-save .form-actions{display:block}.profile-studio[data-preview-mode=profile] .studio-save .form-actions .button{width:100%}}
@media(max-width:1100px){.profile-studio[data-preview-mode=profile] .studio-layout{grid-template-columns:1fr}.studio-preview .preview-profile[data-size=profile]{max-width:650px}.preview-canvas{min-height:0}}
@media(max-width:820px){.site-header nav{gap:12px}.motion-control{font-size:10px;padding:7px 9px}.guide-machine{height:325px}.explorer-controls button{padding:13px 10px;column-gap:6px}.explorer-controls strong{font-size:27px}}
@media(max-width:620px){.explorer-intro{padding:24px;display:block}.explorer-draft{display:inline-block;margin-top:16px}.explorer-controls{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 17px 18px;gap:10px}.explorer-controls button{display:flex;gap:9px;min-height:58px}.explorer-controls strong{margin-left:auto;font-size:26px}.explorer-controls button[aria-pressed=true]{transform:none}.explorer-body{padding:23px 17px 5px}.explorer-panel-heading{display:block;margin-bottom:15px}.explorer-panel-heading>a{margin-top:8px}.explorer-panel-heading h4{font-size:21px}.record-detail{grid-template-columns:1fr}.record-detail-intro{padding:20px}.record-detail-intro h4{font-size:23px}.explorer-record>summary{padding:14px!important;gap:10px}.record-name strong{font-size:13px}.record-mark{width:31px;height:31px}.record-name small{font-size:10px}.explorer-empty{padding:24px 21px;display:block}.explorer-empty>span{width:50px;height:50px;border-radius:14px;margin-bottom:26px}.explorer-empty>span>.ui-icon{width:23px;height:23px}.explorer-empty h4{font-size:24px}.explorer-search>span:last-child{font-size:9px}.explorer-search{gap:8px;padding:2px 10px}.explorer-search input{font-size:11px}.guide-machine{height:300px}.experience-console[data-active=people] .piece-one{transform:translate(-87px,18px)}.experience-console[data-active=people] .piece-three{transform:translate(87px,18px)}.experience-console[data-active=people] .machine-piece{width:93px;height:93px;margin-left:-46px;margin-top:-46px}.experience-console[data-active=places] .machine-piece{width:128px;margin-left:-64px;padding:10px;gap:8px}.experience-console[data-active=places] .piece-one{transform:translate(-73px,-26px) rotateX(36deg) rotateZ(-26deg)}.experience-console[data-active=places] .piece-two{transform:translate(60px,-56px) rotateX(36deg) rotateZ(-26deg)}.machine-caption{font-size:7px;letter-spacing:1.2px}.piece-copy b{font-size:12px}.piece-copy small{font-size:9px}.console-description{min-height:163px}}
@media(prefers-reduced-motion:no-preference){
  html:not([data-motion=reduced]) .hero-copy{animation:sg-arrival 850ms cubic-bezier(.2,.8,.2,1) both}
  html:not([data-motion=reduced]) .experience-console{animation:sg-console-arrival 1100ms cubic-bezier(.2,.8,.2,1) both}
  html:not([data-motion=reduced]) .guide-machine .machine-piece{animation:sg-piece-arrival 1400ms cubic-bezier(.2,.8,.2,1) both}
  html:not([data-motion=reduced]) .guide-machine .piece-two{animation-delay:100ms}
  html:not([data-motion=reduced]) .guide-machine .piece-three{animation-delay:200ms}
  html:not([data-motion=reduced]) .event-explorer{animation:sg-arrival 650ms cubic-bezier(.2,.8,.2,1) both}
  html:not([data-motion=reduced]) .studio-preview{animation:sg-arrival 700ms cubic-bezier(.2,.8,.2,1) both}
}
@keyframes sg-arrival{from{opacity:0;translate:0 30px}to{opacity:1;translate:0 0}}
@keyframes sg-console-arrival{from{opacity:0;transform:perspective(1000px) rotateY(-13deg) translateY(40px)}to{opacity:1;transform:perspective(1000px) rotateY(0deg) translateY(0)}}
@keyframes sg-piece-arrival{from{opacity:0;translate:0 55px;filter:blur(6px)}to{opacity:1;translate:0 0;filter:blur(0)}}
html[data-motion=reduced] *,html[data-motion=reduced] *::before,html[data-motion=reduced] *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{.motion-control,.explorer-controls,.explorer-search{display:none!important}.explorer-panel[hidden],.explorer-record[hidden]{display:block!important}.record-detail{display:grid!important}.studio-preview,.explorer-intro{background:white;color:#172337}.explorer-intro p,.preview-disclaimer{color:#455570}.preview-halo{display:none}}
/* V03: direct manipulation of links, generous banner artwork and a focused preview. */
.link-composer{border:0;padding:0;margin:18px 0;min-width:0}.link-composer>legend{font-size:19px;font-weight:750;color:#1c3859;margin-bottom:12px}.link-composer-heading{display:flex;gap:18px;align-items:start;justify-content:space-between}.link-composer-heading .form-note{margin:0;max-width:56ch}.link-count{white-space:nowrap;border-radius:30px;background:#173951;color:#9ee8ee;padding:7px 12px;font:700 13px ui-monospace,monospace}.link-meter{height:4px;background:#e4ecf4;border-radius:3px;margin:17px 0;overflow:hidden}.link-meter>span{height:100%;display:block;background:linear-gradient(90deg,#306fdb,#28b8b2);transition:width 450ms cubic-bezier(.2,.8,.2,1);width:0}.link-meter>.link-meter-1{width:10%}.link-meter>.link-meter-2{width:20%}.link-meter>.link-meter-3{width:30%}.link-meter>.link-meter-4{width:40%}.link-meter>.link-meter-5{width:50%}.link-meter>.link-meter-6{width:60%}.link-meter>.link-meter-7{width:70%}.link-meter>.link-meter-8{width:80%}.link-meter>.link-meter-9{width:90%}.link-meter>.link-meter-10{width:100%}
.link-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;padding:18px;margin:13px 0;border:1px solid #d6e3ee;border-radius:13px;background:linear-gradient(140deg,#f8fbff,#edf5fa);box-shadow:0 4px 10px #25486806;transition:border-color 250ms,box-shadow 250ms}.link-row:focus-within{border-color:#448bc8;box-shadow:0 5px 22px #2468a51b}.link-row label{font-size:11px}.link-entry{display:grid;gap:11px;min-width:0}.link-entry input{font-size:13px}.link-entry .check{margin:0;font-size:11px;flex-direction:row}.link-position input{padding:9px 4px;text-align:center}.link-row-actions{display:flex;flex-direction:column;gap:3px}.link-row-actions button{width:38px;min-height:38px;border:1px solid #cbdde9;border-radius:8px;background:#fff;color:#254d70;font-size:20px;cursor:pointer;transition:transform 180ms,background 180ms}.link-row-actions button:hover:enabled{background:#d9eff9;transform:scale(1.12)}.link-row-actions button:disabled{opacity:.35;cursor:default}.link-composer[data-enhanced=true] .link-position{display:none}.link-composer[data-enhanced=true] .link-row{grid-template-columns:minmax(0,1fr) auto}.link-composer-footer{display:flex;gap:13px;flex-wrap:wrap;align-items:center}.link-composer-footer [role=status]{font-size:11px;color:#516d88;flex:1;min-width:150px}.link-composer-footer .button:disabled{opacity:.55;cursor:default}.public-link-list{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.public-link-list>a{display:inline-flex;align-items:center;gap:22px;justify-content:space-between;padding:11px 15px;border:1px solid #c8dbea;border-radius:9px;background:#f1f7fc;color:#235580;font-size:12px;overflow-wrap:anywhere;max-width:100%;transition:transform 200ms,box-shadow 200ms,background 200ms}.public-link-list>a:hover{transform:translateY(-3px);box-shadow:0 8px 19px #16416617;background:#e0f1fa}.public-link-list>a>span:last-child{flex:none;font-size:17px}.preview-link-chip{display:inline-block!important;padding:8px 11px;border:1px solid #c7dce7;border-radius:7px;background:#eef8fc;margin:4px!important}
.business-card>.media-banner{aspect-ratio:2.35/1;min-height:0}.business-card>.profile-image{width:66px;height:66px;margin:20px 25px 0;border-radius:10px;border:1px solid #e0e8ef;background:#fff}.business-card>.media-banner+.profile-image{margin-top:-30px;position:relative;border:4px solid #fff}.business-feature{display:flex;gap:26px;align-items:start}.business-feature>.profile-feature-image{width:92px;height:92px;flex:none;border-radius:12px}.business-feature>div:last-child{flex:1;min-width:0}.profile-banner{aspect-ratio:3/1}.session-banner{border-radius:11px;margin-bottom:20px;aspect-ratio:2.6/1}.event-artwork{padding-top:25px}.event-artwork>.media-banner{aspect-ratio:3.4/1;border-radius:16px}.preview-profile[data-record-kind=showcase] .preview-cover{height:165px}.preview-profile[data-record-kind=showcase] .preview-avatar{width:60px;height:60px;border-radius:10px;margin-top:-25px}.preview-profile[data-record-kind=showcase][data-size=profile] .preview-cover{height:215px}
.preview-toolbar{flex-wrap:wrap;gap:12px}.preview-toolbar>div{display:flex;flex-wrap:wrap}.preview-toolbar [data-preview-spotlight]{border-left:1px solid #4d6c85}.preview-spotlight{border:1px solid #567d97;border-radius:22px;width:min(900px,calc(100% - 32px));max-height:92dvh;padding:28px;background:radial-gradient(ellipse at 50% 20%,#326077,#0e2138 75%);color:#d7eef7;box-shadow:0 40px 100px #020c30aa;overflow:auto}.preview-spotlight::backdrop{background:#061226ce;backdrop-filter:blur(9px)}.spotlight-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:30px}.spotlight-heading .eyebrow{color:#9ee8ee}.spotlight-heading p{font-size:12px;margin:0}.spotlight-heading .button{background:#23475f;color:#dbf5ff;border-color:#648496}.preview-spotlight .preview-profile{width:100%;max-width:680px;margin:0 auto 25px;border-radius:17px}.preview-spotlight .preview-cover{height:240px}.preview-spotlight .preview-profile[data-record-kind=showcase] .preview-cover{height:270px}.preview-spotlight .preview-copy{padding:28px 38px 0}.preview-spotlight .preview-copy h3{font-size:38px}.button:active,.studio-tabs button:active{transform:translateY(2px) scale(.97)}
@media(max-width:620px){.link-row{padding:13px;gap:9px}.link-row-actions button{width:40px;min-height:44px}.link-composer-heading{gap:10px}.link-count{font-size:11px;padding:7px 9px}.preview-spotlight{padding:18px 12px}.spotlight-heading{align-items:start;gap:10px;padding:0 6px}.spotlight-heading .button{font-size:11px;padding:10px}.preview-spotlight .preview-copy{padding:22px 23px 0}.preview-spotlight .preview-copy h3{font-size:29px}.preview-spotlight .preview-cover,.preview-spotlight .preview-profile[data-record-kind=showcase] .preview-cover{height:160px}.business-feature{display:block}.business-feature>.profile-feature-image{margin-bottom:20px}.event-artwork>.media-banner{aspect-ratio:2.35/1}.public-link-list>a{gap:12px}}
html[data-motion=reduced] .link-row-actions button:hover,html[data-motion=reduced] .public-link-list>a:hover,html[data-motion=reduced] .button:active{transform:none}
@media(prefers-reduced-motion:reduce){.link-row-actions button:hover,.public-link-list>a:hover,.button:active{transform:none}}
