:root{color:#1e293b;font-synthesis:none;background:#f6f7f9;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:9px 14px;display:inline-flex}button:disabled{opacity:.45;cursor:not-allowed}.primary{color:#fff;background:#176b5b;border-color:#176b5b}.icon-button{background:0 0;border:0;padding:8px}.danger{color:#b42318}input,select,textarea{color:#1e293b;background:#fff;border:1px solid #b7c0ca;border-radius:5px;width:100%;padding:9px 10px}label{flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}a{color:#176b5b;text-decoration:none}.error{color:#a61b12;background:#fff0ee;border:1px solid #ffc9c4;border-radius:5px;padding:10px 12px}.login-page{background:linear-gradient(135deg,#edf7f4 0,#f8f7f1 52%,#eef2f7 100%);place-items:center;min-height:100vh;display:grid}.login-panel{background:#fff;border:1px solid #d8dee5;gap:17px;width:min(420px,100% - 32px);padding:38px;display:grid;box-shadow:0 18px 45px #182a3920}.brand-mark{color:#fff;background:#176b5b;place-items:center;width:64px;height:64px;font-size:20px;font-weight:800;display:grid}.login-panel h1{margin:0;font-size:29px}.login-panel p{color:#64748b;margin:-8px 0 4px}.captcha-row{background:#f3f6f5;border:1px solid #dbe4e1;justify-content:space-between;align-items:center;padding:6px 10px;display:flex}.app-shell{min-height:100vh}.app-shell>header{z-index:20;background:#fff;border-bottom:1px solid #dde3e8;justify-content:space-between;align-items:center;height:64px;padding:0 clamp(20px,4vw,64px);display:flex;position:sticky;top:0}.app-shell>header>div{align-items:center;gap:15px;display:flex}.logo{color:#123d36;font-size:20px;font-weight:800}.home,.content{max-width:1500px;margin:auto;padding:32px clamp(20px,4vw,64px)}.home h1,.page-title h1{margin:0;font-size:28px}.home>p{color:#64748b}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:28px;margin-top:30px;display:grid}.menu-group{background:#fff;border:1px solid #dce3e8;border-top:3px solid #176b5b;min-height:320px;position:relative}.menu-center{text-align:center;background:#eef7f4;border:2px solid #176b5b;border-radius:50%;place-items:center;width:116px;height:116px;padding:12px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu-center img{object-fit:contain;width:43px;height:43px}.menu-center strong{font-size:12px}.menu-nodes{grid-template-columns:repeat(2,1fr);gap:18px;padding:22px;display:grid}.menu-node{color:#334155;background:#fff;border:1px solid #d7dfe5;align-items:center;gap:10px;height:76px;padding:10px;display:flex}.menu-node:nth-child(2n){margin-left:48px}.menu-node:nth-child(odd){margin-right:48px}.menu-node img{object-fit:contain;width:42px;height:42px}.menu-node span{font-size:12px;font-weight:700}.page-title{margin-bottom:22px}.page-title a{font-size:13px}.crud-form{background:#fff;border:1px solid #dce3e8;margin-bottom:24px;padding:22px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;display:grid}.form-grid .wide{grid-column:span 2}.form-grid input[type=checkbox]{width:22px;height:22px}.actions{gap:10px;margin-top:20px;display:flex}.table-wrap{background:#fff;border:1px solid #dce3e8;overflow:auto}table{border-collapse:collapse;min-width:100%;font-size:13px}th,td{text-align:left;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #e5e9ed;max-width:260px;padding:11px 12px;overflow:hidden}th{color:#475569;background:#f2f5f6}.row-actions{gap:3px;display:flex}.empty{color:#64748b;align-items:center;gap:8px;padding:24px;display:flex}.pin-controls{background:#fff;border:1px solid #dce3e8;grid-template-columns:minmax(280px,1.4fr) minmax(300px,1fr) auto;align-items:end;gap:20px;padding:18px;display:grid}.birth{grid-template-columns:1fr repeat(3,64px);align-items:end;gap:8px;display:grid}.birth span{align-self:center;font-size:13px;font-weight:600}.pin-board{aspect-ratio:1.55;background:#fff;border:1px solid #dce3e8;width:min(1100px,100%);margin:20px auto 0;position:relative;overflow:hidden}.pin-board svg{width:92%;height:85%;position:absolute;inset:7% 4% 8%;overflow:visible}.pin-board line{stroke:#64748b;stroke-width:.32px}.pin-node{background:#fff;border:2px solid #176b5b;gap:7px;width:68px;height:46px;padding:2px;display:flex;position:absolute;transform:translate(-50%,-50%)}.pin-node span{color:#64748b;font-size:12px}.pin-node strong{font-size:19px}.absences{background:#f2f8f6;border:2px solid #176b5b;justify-content:space-between;gap:14px;min-width:160px;padding:10px;display:flex;position:absolute;bottom:3%;left:3%}.definition-stage{background:#fff;border:1px solid #dce3e8;grid-template-rows:auto 1fr;grid-template-columns:minmax(300px,520px) minmax(180px,280px) minmax(260px,1fr);align-items:center;gap:40px;min-height:680px;padding:60px;display:grid;position:relative}.definition-stage small{color:#64748b;position:absolute;bottom:16px;left:20px}.definition-box{background:#f8faf9;border:2px solid #176b5b;min-height:190px;padding:30px;font-size:20px;line-height:1.55}.definition-box.square{border-radius:0}.definition-box.rounded{border-radius:20px;align-self:start}.definition-circle{color:#176b5b;background:#edf7f4;border:2px solid #176b5b;border-radius:50%;width:190px;height:190px;font-size:64px}.pennants{align-self:start;gap:16px;display:grid}.pennants button{background:#fffaf0;border:2px solid #8d6b28;border-radius:10px;min-height:62px;font-weight:700}.definition-detail{white-space:pre-wrap;background:#f0f1f2;border:1px solid #cdd3d8;border-radius:20px;grid-area:1/3/span 2;max-height:560px;padding:30px;font-size:17px;line-height:1.65;overflow-y:auto}.loading{color:#64748b;position:absolute;top:15px;right:18px}@media (width<=800px){.app-shell>header span{display:none}.menu-grid,.pin-controls{grid-template-columns:1fr}.birth{grid-template-columns:1fr repeat(3,1fr)}.pin-board{aspect-ratio:.85;overflow:auto}.pin-node{width:48px;height:40px}.definition-stage{grid-template-columns:1fr;gap:20px;padding:24px}.definition-detail{grid-area:auto/1}.definition-circle{width:150px;height:150px}.form-grid .wide{grid-column:auto}}.pin-board{aspect-ratio:10/6.6;width:min(1040px,100% - 96px);margin:32px auto 80px;overflow:visible}.pin-board svg{pointer-events:none;z-index:0;width:100%;height:100%;inset:0;overflow:visible}.pin-board line{stroke-width:.28px}.pin-board .pin-node,.pin-board .absences{z-index:2}.pin-board .pin-node.no-click{opacity:1;cursor:default}.pin-board .absences{min-width:150px;top:84%;bottom:auto;left:1.5%;transform:translateY(-50%)}.pin-window{will-change:opacity,transform}.fade-in{animation:.22s ease-out both pinFadeIn}.fade-out{pointer-events:none;animation:.22s ease-in both pinFadeOut}@keyframes pinFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pinFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@media (prefers-reduced-motion:reduce){.fade-in,.fade-out{animation:none}.pin-window{will-change:auto}}.definition-stage .cloud-shape,.definition-stage .sun-shape{box-shadow:none;background:0 0;border:0;padding:0;position:relative;overflow:visible}.definition-stage .cloud-shape img,.definition-stage .sun-shape img{object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.definition-stage .cloud-shape span,.definition-stage .sun-shape span{z-index:1;text-align:center;position:relative}.definition-stage .cloud-shape{color:#4c86e8;text-shadow:0 2px 10px #ffffffbf;grid-column:1/3;min-width:680px;min-height:390px}.definition-stage .sun-shape{color:#4c86e8;text-shadow:0 2px 8px #fffffff2;border-radius:0;grid-column:3;justify-self:center;width:300px;height:300px}.definition-stage .cloud-shape span{white-space:normal;overflow-wrap:anywhere;-webkit-text-stroke:1px #000;width:58%;text-shadow:none;font-size:22px;font-weight:800;line-height:1.18;display:block;position:absolute;top:55%;left:14%;transform:translateY(-50%)}.definition-stage .sun-shape span{-webkit-text-stroke:2px #000;width:100%;height:100%;text-shadow:none;place-items:center;font-size:68px;font-weight:800;display:grid;transform:translate(-1%,-1%)}.definition-options{grid-column:1/4;align-items:center;gap:34px;display:grid}.definition-option{grid-template-columns:minmax(320px,680px) 300px;align-items:center;gap:34px;display:grid}.definition-options .cloud-shape{grid-column:auto;width:100%;min-width:0}.definition-options .sun-shape{grid-column:auto}.definition-options.has-master{gap:22px}.definition-options.has-master .definition-option{grid-template-columns:minmax(280px,520px) 220px;gap:24px}.definition-options.has-master .cloud-shape{min-height:250px}.definition-options.has-master .sun-shape{width:220px;height:220px}.definition-options.has-master .sun-shape span{font-size:56px}.definition-options.has-master .cloud-shape span{font-size:18px}.crud-toolbar{background:#fff;border:1px solid #dce3e8;align-items:center;gap:8px;margin-bottom:14px;padding:10px 12px;display:flex}.crud-toolbar .icon-button{background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;width:38px;height:38px}.crud-toolbar .icon-button:hover:not(:disabled){color:#176b5b;background:#eef7f4}.crud-toolbar .icon-button:disabled{opacity:.38}.crud-form input:disabled,.crud-form select:disabled,.crud-form textarea:disabled{color:#334155;opacity:1;background:#f6f7f8}.table-wrap tbody tr{cursor:pointer}.table-wrap tbody tr:hover{background:#f7faf9}.table-wrap tbody tr.selected{outline-offset:-2px;background:#e8f5f1;outline:2px solid #176b5b}.tree-wrap{background:#fff;border:1px solid #dce3e8;min-height:320px;padding:12px 0}.tree-wrap ul{margin:0;padding:0;list-style:none}.tree-row{cursor:pointer;color:#1e293b;border-bottom:1px solid #edf1f4;align-items:center;gap:6px;height:38px;display:flex}.tree-row:hover{background:#f7faf9}.tree-row.selected{outline-offset:-2px;background:#e8f5f1;outline:2px solid #176b5b}.tree-root{background:#f8fafc;padding-left:8px;font-weight:800}.tree-toggle{color:#176b5b;background:0 0;border:0;width:26px;height:26px;padding:0}.tree-toggle span{width:16px;height:16px;display:block}.tree-label{font-size:14px;font-weight:700}.home-shell{color:#1f2933;background:#f4f7f6;min-height:100vh}.home-header{background:#fff;border-bottom:1px solid #dbe2e8;justify-content:space-between;align-items:center;min-height:76px;padding:16px clamp(18px,4vw,48px);display:flex}.home-header p,.home-header h1{margin:0}.home-header p{color:#375565;text-transform:uppercase;font-size:13px;font-weight:800}.home-header h1{font-size:22px;line-height:1.2}.home-header button,.home-menu-list button{color:#24313d;cursor:pointer;background:#fff;border:1px solid #bac5cf;border-radius:6px;font-weight:800}.home-header button{height:38px;padding:0 16px}.home-workspace{grid-template-columns:255px 1fr;min-height:calc(100vh - 77px);display:grid}.home-menu-list{background:#edf3f1;border-right:1px solid #dbe2e8;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:10px;padding:24px 20px;display:grid}.home-menu-list button{aspect-ratio:1;place-items:center;padding:12px;display:grid}.home-menu-list button.active{background:#23645a;border-color:#23645a}.home-menu-list img{aspect-ratio:1;object-fit:contain;width:100%;max-width:74px}.radial-stage{place-items:center;min-height:620px;display:grid;position:relative;overflow:hidden}.radial-stage:before{content:"";aspect-ratio:1;border:2px dashed #b9cac2;border-radius:50%;width:min(58vw,520px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.center-node,.orbit-node{cursor:pointer;background:#fff;border:2px solid #fff;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;box-shadow:0 16px 35px #1f29332e}.center-node{z-index:2;width:156px;height:156px;padding:18px;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-node{--radius:min(29vw,260px);width:116px;height:116px;transform:translate(-50%,-50%) rotate(var(--angle)) translate(var(--radius)) rotate(calc(-1 * var(--angle)));padding:14px;top:50%;left:50%}.center-node img,.orbit-node img{object-fit:contain;width:100%;height:100%}.radial-stage>.empty{color:#60717f;z-index:2;font-weight:800}.radial-stage>.error{z-index:2}@media (width<=760px){.home-workspace{grid-template-columns:1fr}.home-menu-list{border-bottom:1px solid #dbe2e8;border-right:0;grid-template-columns:none;grid-auto-columns:100px;grid-auto-flow:column;padding:12px;overflow-x:auto}.radial-stage{min-height:520px}.orbit-node{--radius:min(34vw,190px);width:96px;height:96px}}.life-stage{background:#fff;border:1px solid #dce3e8;grid-template-columns:minmax(520px,1.2fr) minmax(320px,.8fr);align-items:center;gap:30px;margin-top:22px;padding:28px;display:grid}.gaussian-chart{width:100%;min-height:320px}.stage-fill-1{fill:#d8f0ff}.stage-fill-2{fill:#bfe6f4}.stage-fill-3{fill:#a9dfcf}.stage-fill-4{fill:#f6e7a8}.stage-fill-5{fill:#f7c98d}.stage-fill-6{fill:#f3a28b}.stage-fill-7{fill:#d890c7}.gaussian-line{fill:none;stroke:#176b5b;stroke-width:3px}.stage-hit{cursor:pointer}.stage-hit.disabled{cursor:default}.stage-hit rect{fill:#0000;stroke:#176b5b38;stroke-width:1px}.stage-hit:not(.disabled):hover rect{fill:#ffffff2e;stroke:#176b5b;stroke-width:2px}.stage-hit text{fill:#1e293b;pointer-events:none;font-size:17px;font-weight:800}.stage-pin-part{background:#f8fafc;border:1px solid #dce3e8;border-radius:8px;width:min(420px,100%);height:280px;margin:auto;position:relative}.stage-pin-part svg{pointer-events:none;width:calc(100% - 48px);height:calc(100% - 48px);position:absolute;inset:24px}.stage-pin-part line{stroke:#64748b;stroke-width:2px}.stage-node{background:#fff;border:2px solid #176b5b;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:74px;height:48px;display:flex;position:absolute}.stage-node span{color:#64748b;font-size:12px}.stage-node strong{font-size:20px}.stage-node-1{top:38px;left:50%;transform:translate(-50%)}.stage-node-2{top:116px;left:52px}.stage-node-3{top:116px;right:52px}.stage-node-4{bottom:32px;left:50%;transform:translate(-50%)}.stage-result{color:#176b5b;text-align:center;background:#edf7f4;border:2px solid #176b5b;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;font-size:20px;font-weight:900;line-height:1;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 18px #176b5b29}@media (width<=900px){.life-stage{grid-template-columns:1fr;padding:18px}.gaussian-chart{min-height:250px}}.stage-pin-parts{align-items:start;gap:18px;display:grid}.stage-pin-parts .stage-pin-part{height:260px}.stage-diagram-title{z-index:2;color:#176b5b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:900;position:absolute;top:10px;left:14px}.stage-pin-parts .stage-node-1{top:42px}.stage-pin-parts .stage-node-4{bottom:24px}.stage-pin-part .stage-node,.stage-pin-part .stage-result{cursor:pointer;padding:0}.stage-pin-part .stage-node:hover,.stage-pin-part .stage-result:hover{box-shadow:0 0 0 3px #176b5b29}.stage-popup-backdrop{z-index:60;background:#0f172a57;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.stage-wisdom-popup{white-space:pre-wrap;background:#fff;border:2px solid #176b5b;border-radius:14px;width:min(680px,100vw - 48px);max-height:calc(100vh - 80px);padding:34px;font-size:17px;line-height:1.6;animation:.2s ease-out both stagePopupZoom;position:relative;overflow:auto;box-shadow:0 24px 70px #0f172a47}.stage-popup-close{color:#176b5b;background:0 0;border:0;width:32px;height:32px;padding:0;font-size:20px;font-weight:800;position:absolute;top:10px;right:12px}.stage-popup-close:hover{background:#edf7f4}@keyframes stagePopupZoom{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.stage-wisdom-popup{animation:none}}
