*,:before,:after{box-sizing:border-box}body{min-height:100vh;margin:0}.app{min-height:100vh;font-family:system-ui,sans-serif;font-size:15px;position:relative}.app-bg{filter:blur(8px);opacity:.35;z-index:0;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0;transform:scale(1.08)}.app-content{z-index:1;box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;max-width:400px;margin:0 auto;padding:2rem 1rem;display:flex;position:relative}.app-content h1{margin:0;font-size:1.5rem;line-height:1.3}label{flex-direction:column;gap:.4rem;min-width:0;font-size:.95rem;font-weight:600;display:flex}input[type=text],input[type=password],input[type=date],input[type=time],select{box-sizing:border-box;width:100%;min-width:0;max-width:100%;box-shadow:none;appearance:none;background:#ffffffd9;border:1px solid #ccc;border-radius:4px;outline:none;padding:.5rem .75rem;font-size:.95rem;line-height:1.4}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=time]:focus,select:focus{box-shadow:none;border-color:#888}.select-fieldset{flex-direction:column;gap:.5rem;display:flex}.select-row{gap:.5rem;width:100%;display:flex}.select-label{flex:1;min-width:0;font-weight:400}.select-label select{cursor:pointer;background-image:linear-gradient(45deg,#0000 50%,#666 50%),linear-gradient(135deg,#666 50%,#0000 50%);background-position:calc(100% - 14px),calc(100% - 9px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:1.6rem}input[type=date]::-webkit-datetime-edit{min-width:0;padding:0}input[type=time]::-webkit-datetime-edit{min-width:0;padding:0}fieldset{box-sizing:border-box;background:#ffffffbf;border:1px solid #ccc;border-radius:4px;width:100%;min-width:0;margin:0;padding:.75rem 1rem}legend{padding:0 .25rem;font-size:.95rem;font-weight:600}.radio-label{flex-direction:row;align-items:center;margin-top:.5rem;font-size:.95rem;font-weight:400}.analyze-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:4px;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600}.analyze-btn:disabled{opacity:.6;cursor:not-allowed}.access-lock{flex-direction:column;gap:.75rem;display:flex}.hint-toggle{color:#555;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.9rem;text-decoration:underline}.hint-toggle:hover{color:#222}.hint-text{color:#333;background:#ffffffd9;border:1px dashed #bbb;border-radius:4px;margin:0;padding:.65rem .75rem;font-size:.9rem}.error{color:#8b1a1a;white-space:pre-wrap;background:#fff0f0e6;border:1px solid #e0b4b4;border-radius:4px;margin:0;padding:.75rem 1rem;font-size:.95rem;line-height:1.5}.result{box-sizing:border-box;background:#ffffffe0;border:1px solid #ddd;border-radius:4px;width:100%;padding:1rem}.result h2{margin:0 0 .75rem;font-size:1.05rem}.result-text{white-space:pre-wrap;word-break:break-word;margin:0;font-family:inherit;font-size:.95rem;line-height:1.65}.skeleton-status{color:#555;margin:0 0 1rem;font-size:.9rem;font-weight:600}.skeleton-block{flex-direction:column;gap:.55rem;margin-bottom:1.35rem;display:flex}.skeleton-block:last-child{margin-bottom:0}.skeleton-line{background:linear-gradient(90deg,#0000000f 0%,#0000001f 45%,#0000000f 90%) 0 0/200% 100%;border-radius:4px;width:100%;height:.85rem;animation:1.35s ease-in-out infinite skeleton-shimmer}.skeleton-line.title{width:42%;height:1.05rem;margin-bottom:.15rem}.skeleton-line.medium{width:72%}.skeleton-line.short{width:48%}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.skeleton-line{background:#00000014;animation:none}}
