:root {
  --text: #111;
  --muted: #333;
  --link: #0b55d4;
  --max-width: 860px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Times New Roman", Times, serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

.page {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 18px 80px;
}

.spacer {
  height: 16px;
}

.center {
  text-align: center;
  margin-top: 18px;
}

.title {
  font-size: 2.4rem;
  font-weight: 700;
}

.authors {
  font-size: 1.1rem;
}

.affil {
  font-size: 1rem;
}

.links {
  font-size: 1.05rem;
}

.links a {
  color: var(--link);
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

.preview-video {
  margin: 22px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.preview-video video {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  background: #000;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.figure-caption {
  margin-top: 10px;
  font-size: 0.9rem;
  color: var(--muted);
  text-align: center;
}

.text {
  margin: 12px auto 0;
  font-size: 1rem;
  color: var(--muted);
  text-align: justify;
}

.text p + p {
  margin-top: 12px;
}

.wide-image {
  width: 80%;
  height: auto;
  margin-top: 8px;
}

.button-link {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.gallery figure {
  text-align: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.gallery figcaption {
  margin-top: 6px;
  font-size: 0.95rem;
  color: var(--muted);
}

.citation {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.95rem;
  background: #f5f5f5;
  padding: 12px;
  overflow-x: auto;
}

.divider {
  border: 0;
  border-top: 1px solid #cfcfcf;
  margin: 22px 0 0;
}

/* Technical docs styles (from tricity-flux-technical-v4.html) */
.technical-docs *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .technical-docs{
            font-family: 'Helvetica Neue', Arial, sans-serif;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f0f1a 100%);
            color: #e0e0e0;
            min-height: 100vh;
            padding: 30px 20px;
        }
        
        .technical-docs .container{
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .technical-docs .header{
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #2a2a40;
        }
        
        .technical-docs h1{
            font-size: 1.4rem;
            font-weight: 300;
            letter-spacing: 0.15em;
            margin-bottom: 8px;
            color: #fff;
        }
        
        .technical-docs h1 a{
            color: #fff;
            text-decoration: none;
            border-bottom: 1px solid rgba(255,255,255,0.3);
            transition: border-color 0.3s;
        }
        
        .technical-docs h1 a:hover{
            border-color: #fff;
        }
        
        .technical-docs .artists{
            font-size: 0.75rem;
            color: #777;
            letter-spacing: 0.05em;
        }
        
        .technical-docs .artists a{
            color: #999;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .technical-docs .artists a:hover{
            color: #fff;
        }
        
        .technical-docs .section-title{
            font-size: 0.7rem;
            color: #555;
            margin-top: 12px;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }
        
        .technical-docs .views-grid{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 25px;
        }
        
        @media (max-width: 1000px) {
            .technical-docs .views-grid{
                grid-template-columns: 1fr;
            }
        }
        
        .technical-docs .view-panel{
            background: linear-gradient(145deg, #1e1e30 0%, #141422 100%);
            border-radius: 10px;
            padding: 16px;
            border: 1px solid #2a2a40;
            box-shadow: 0 15px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05);
        }
        
        .technical-docs .view-header{
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
        }
        
        .technical-docs .view-number{
            width: 22px;
            height: 22px;
            background: linear-gradient(135deg, #3a3a3a 0%, #1a1a1a 100%);
            border: 1px solid #4a4a4a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.7rem;
            font-weight: 600;
            color: #aaa;
        }
        
        .technical-docs .view-title{
            font-size: 0.75rem;
            font-weight: 500;
            color: #bbb;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        
        .technical-docs .view-canvas{
            height: 320px;
            background: linear-gradient(180deg, #0a0a15 0%, #12121f 50%, #0a0a12 100%);
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            border: 1px solid #1a1a2a;
        }
        
        .technical-docs .view-canvas::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(ellipse at 50% 30%, rgba(60,100,150,0.06) 0%, transparent 60%);
            pointer-events: none;
        }
        
        .technical-docs .grid-floor{
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 50px;
            background: 
                linear-gradient(90deg, rgba(60,80,120,0.08) 1px, transparent 1px),
                linear-gradient(0deg, rgba(60,80,120,0.08) 1px, transparent 1px);
            background-size: 25px 12px;
            transform: perspective(150px) rotateX(55deg);
            transform-origin: bottom;
            opacity: 0.7;
        }
        
        .technical-docs .dim-label{
            position: absolute;
            font-size: 0.55rem;
            color: #666;
            letter-spacing: 0.05em;
        }
        
        /* ========== ISOMETRIC VIEW ========== */
        .technical-docs .iso-canvas{
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .technical-docs .iso-svg-wrapper{
            animation: rotateIso 25s infinite linear;
            transform-style: preserve-3d;
        }
        
        .technical-docs .iso-svg-wrapper:hover{
            animation-play-state: paused;
        }
        
        @keyframes rotateIso {
            0% { transform: rotateY(0deg); }
            100% { transform: rotateY(360deg); }
        }
        
        .technical-docs .hover-hint{
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0.5rem;
            color: #555;
            letter-spacing: 0.05em;
        }
        
        /* ========== DISPLAY SPEC PANEL ========== */
        .technical-docs .spec-diagram{
            padding: 18px;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .technical-docs .display-spec-visual{
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 25px;
        }
        
        .technical-docs .display-unit{
            text-align: center;
        }
        
        .technical-docs .display-icon{
            width: 90px;
            height: 60px;
            background: linear-gradient(135deg, #1a1a25 0%, #0a0a10 100%);
            border: 3px solid #3a3a4a;
            border-radius: 4px;
            margin: 0 auto 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        
        .technical-docs .display-icon span{
            color: #4a6a7a;
            font-size: 0.55rem;
        }
        
        .technical-docs .display-specs-list{
            text-align: left;
            font-size: 0.65rem;
            color: #888;
            line-height: 1.6;
        }
        
        .technical-docs .display-specs-list strong{
            color: #bbb;
        }
        
        .technical-docs .times-three{
            font-size: 1.3rem;
            color: #555;
            font-weight: 300;
        }
        
        .technical-docs .spec-notes{
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid #2a2a3a;
            font-size: 0.6rem;
            color: #666;
            text-align: center;
        }
        
        /* ========== TECH DIAGRAM PANEL ========== */
        .technical-docs .tech-diagram{
            padding: 14px;
            height: 100%;
        }
        
        .technical-docs .tech-flow{
            display: flex;
            flex-direction: column;
            gap: 10px;
            height: 100%;
        }
        
        .technical-docs .tech-row{
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .technical-docs .tech-box{
            background: linear-gradient(135deg, #1a2a3a 0%, #0d171f 100%);
            border: 1px solid #2d4a6a;
            border-radius: 5px;
            padding: 8px 12px;
            font-size: 0.65rem;
            color: #aaa;
            text-align: center;
            min-width: 70px;
        }
        
        .technical-docs .tech-box.main{
            background: linear-gradient(135deg, #2a3a4a 0%, #1a2530 100%);
            border-color: #4a6a8a;
            color: #ccc;
        }
        
        .technical-docs .tech-box .label{
            font-size: 0.55rem;
            color: #666;
            display: block;
            margin-bottom: 2px;
        }
        
        .technical-docs .tech-arrow{
            color: #444;
            font-size: 0.9rem;
        }
        
        .technical-docs .tech-group{
            display: flex;
            gap: 6px;
        }
        
        .technical-docs .tech-connector{
            width: 1px;
            height: 15px;
            background: #333;
            margin-left: 35px;
        }
        
        .technical-docs .tech-section-label{
            font-size: 0.55rem;
            color: #555;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 6px;
        }
        
        /* ========== SPECS GRID ========== */
        .technical-docs .specs-section{
            margin-top: 20px;
        }
        
        .technical-docs .specs-header{
            text-align: center;
            margin-bottom: 15px;
        }
        
        .technical-docs .specs-header h2{
            font-size: 0.7rem;
            font-weight: 400;
            color: #777;
            letter-spacing: 0.2em;
            text-transform: uppercase;
        }
        
        .technical-docs .specs-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }
        
        @media (max-width: 800px) {
            .technical-docs .specs-grid{
                grid-template-columns: 1fr;
            }
        }
        
        .technical-docs .spec-card{
            background: linear-gradient(145deg, #1e1e30 0%, #141422 100%);
            border-radius: 8px;
            padding: 16px;
            border: 1px solid #2a2a40;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }
        
        .technical-docs .spec-card h3{
            font-size: 0.6rem;
            font-weight: 500;
            color: #666;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            margin-bottom: 10px;
            padding-bottom: 8px;
            border-bottom: 1px solid #2a2a3a;
        }
        
        .technical-docs .spec-row{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 4px 0;
            font-size: 0.7rem;
        }
        
        .technical-docs .spec-label{ color: #888; }
        .technical-docs .spec-value{ color: #ddd; font-weight: 500; }
        
        .technical-docs .footer{
            text-align: center;
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #2a2a3a;
        }
        
        .technical-docs .footer p{
            font-size: 0.65rem;
            color: #555;
            letter-spacing: 0.1em;
        }
        
        .technical-docs .footer a{
            color: #666;
            text-decoration: none;
        }
        
        .technical-docs .footer a:hover{
            color: #aaa;
        }
