@media(min-width:851px){html{scrollbar-gutter:stable;overflow-y:scroll}}html,body{margin:0;padding:0;overflow-x:hidden;font-family:Segoe UI,Roboto,sans-serif;color:#f4f4f4;font-size:14px;background-color:#071522}body{display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;min-height:100vh}.container{display:flex;flex-direction:column;align-items:center;gap:20px;padding:10px;width:95%;box-sizing:border-box;margin:10px auto;background:#0a1c28d9;border-radius:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 30px #0006}.container>app-canvas{order:-1}@media(min-width:851px){.container{flex-direction:row;align-items:stretch;gap:30px;padding:20px;width:auto;margin:24px auto}.container>app-canvas{order:0}}.controls{display:flex;flex-direction:column;width:100%;height:auto;overflow:visible;padding:0;background-color:#0e2030;border-radius:8px;box-shadow:0 4px 10px #0000004d;color:#fc3}@media(min-width:851px){.controls{width:250px;height:auto;overflow:visible}}.app-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:10px 14px 8px;min-height:58px;box-sizing:border-box}.app-title{margin:0;flex:1;min-width:0;color:#fc3;font-size:1rem;font-weight:700;line-height:1.3}.app-subtitle{margin-top:3px;color:#fc3;font-size:.72rem;font-weight:600;line-height:1.35;opacity:.9}.lang-btn{flex-shrink:0;width:auto!important;min-height:36px;background:#123b57;color:#fc3;border:1px solid #ffcc33;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s}.lang-btn:hover{background:#fc3;color:#071522}.controls-header{padding:12px 14px;background-color:#123b57;color:#fc3;font-weight:700;cursor:pointer;text-align:center;margin:0;border-radius:0;font-size:13px;min-height:44px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-bottom:1px solid #1a4261;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.controls>#infoButtonHeader{border-radius:8px 8px 0 0}#historyPanel>.controls-header{border-bottom:none;border-radius:0 0 8px 8px}.controls-content{display:flex;flex-direction:column;gap:6px;padding:10px 12px;transition:max-height .4s ease-out,opacity .4s ease-out,padding-top .4s ease-out,padding-bottom .4s ease-out;overflow:hidden;max-height:1000px;position:relative;border-bottom:none;border-radius:0 0 8px 8px}.controls-content--hidden{max-height:0;opacity:0;padding-top:0;padding-bottom:0;pointer-events:none}.controls-content label{font-size:12px;display:block;width:100%;margin-bottom:3px}#liveDateTime{background:#ffffff0d;padding:4px 8px;border-radius:6px;font-size:11.5px;color:#f4f4f4;line-height:1.3}button{background-color:#184a6b;color:#fc3;border:1px solid #00aaff;border-radius:6px;padding:11px 14px;min-height:44px;cursor:pointer;font-size:14px;font-weight:600;transition:background-color .3s;width:100%;box-sizing:border-box}button:hover{background-color:#06a}.controls-content button{padding:9px 12px;min-height:44px;font-size:13px}button.btn-auto{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:150px;max-width:100%;white-space:nowrap;margin:2px auto 0}.btn-row{display:flex;gap:8px;width:100%;margin-top:4px}.btn-row button{flex:1 1 0;min-width:0;width:auto;white-space:nowrap}@media(min-width:601px){button{padding:7px 12px;min-height:auto;font-size:13px}.controls-content button{padding:5px 10px;min-height:auto;font-size:12px}button.btn-auto{min-width:130px}}input,select{background-color:#12283b;color:#f0f0f0;border:1px solid #00aaff;border-radius:4px;padding:9px 10px;font-size:16px;transition:border-color .3s;width:100%;box-sizing:border-box}input:focus,select:focus{border-color:#fc3;outline:none}@media(min-width:601px){input,select{font-size:13px;padding:3px 8px}}input[type=range]{-webkit-appearance:none;width:100%;height:8px;background:#123b57;border-radius:4px;margin-top:6px;border:none;padding:0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;background:#fc3;border-radius:50%;cursor:pointer;margin-top:-7px}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;background:#123b57;border-radius:4px}input[type=range]::-moz-range-track{width:100%;height:8px;background:#123b57;border-radius:4px}input[type=range]::-moz-range-thumb{width:22px;height:22px;background:#fc3;border-radius:50%;cursor:pointer;border:none}@media(min-width:601px){input[type=range]{height:6px;margin-top:4px}input[type=range]::-webkit-slider-thumb{width:14px;height:14px;margin-top:-4px}input[type=range]::-webkit-slider-runnable-track{height:6px}input[type=range]::-moz-range-track{height:6px}input[type=range]::-moz-range-thumb{width:14px;height:14px}}#canvas{border:4px solid #00aaff;border-radius:12px;background-color:#0a1c28;width:100%;max-width:100%;aspect-ratio:1 / 1}@media(min-width:851px){#canvas{flex:1;width:auto;max-height:80vh}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background-color:#0e2030;padding:20px;border-radius:10px;width:92%;max-width:600px;box-shadow:0 5px 15px #00000080;animation:slideIn .3s ease-out;max-height:90vh;overflow-y:auto;box-sizing:border-box}@media(min-width:601px){.modal-content{padding:25px;width:90%}}.modal-content h3{color:#fc3;border-bottom:2px solid #184a6b;padding-bottom:10px;margin-top:0}.modal-content h4{color:#aaa;margin-top:15px;margin-bottom:10px}.modal-step{margin-bottom:15px;padding:10px;border-left:4px solid #00aaff;background-color:#1a4261}.modal-step strong{color:#fff;display:block;margin-bottom:5px}.modal-step .result{font-size:1.2em;font-weight:700;color:#7d7;margin-top:10px}.modal-close{float:right;font-size:20px;font-weight:700;cursor:pointer;color:#aaa;transition:color .2s;padding:4px 8px}.modal-close:hover{color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.cal-panel-wrapper{display:flex;flex-direction:column;gap:6px;align-items:center;width:100%}.cal-compact{display:flex;flex-direction:column;gap:4px;width:100%;background:#ffffff0a;border:1px solid #1a4261;border-radius:6px;padding:8px 10px;box-sizing:border-box}.cal-line{font-size:12px;line-height:1.4;color:#f4f4f4}.cal-date{font-weight:700;color:#fc3;font-size:12.5px}.cal-year-row{display:flex;flex-wrap:wrap;gap:5px}.cal-chip{background:#ffffff0d;border:1px solid #1a4261;border-radius:4px;padding:2px 6px;font-size:11px;white-space:nowrap;cursor:default}.cal-saint{font-size:11.5px;color:#cddcee;cursor:default}.cal-divider{border-top:1px solid #1a4261;margin:2px 0}.cal-eclipse-title{font-weight:700;color:#fc3;font-size:11.5px}.cal-eclipse-compact{font-size:11.5px;cursor:default}.cal-muted{color:#68a;font-style:italic;font-size:11.5px}.cal-error{color:#ff7070;font-size:11.5px;margin:2px 0}
