.policy-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center}.policy-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.policy-modal-content{position:relative;background:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow);max-width:900px;width:90%;height:80vh;z-index:10001;animation:modalSlideIn .3s ease-out;display:flex;flex-direction:column}button.policy-modal-close{position:absolute;top:1rem;right:1rem;background:var(--card-bg);border:1px solid var(--border);color:var(--text-muted);font-size:1.25rem;cursor:pointer;width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all var(--transition);z-index:10002;box-shadow:var(--shadow-sm);flex-shrink:0;padding:0;line-height:1;overflow:visible}button.policy-modal-close::before{display:none}button.policy-modal-close:hover{background:var(--background);color:var(--text);border-color:var(--primary)}.policy-iframe{width:100%;height:100%;border:none;border-radius:var(--border-radius)}[data-theme=dark] .policy-modal-content{background:var(--card-bg)}[data-theme=dark] .policy-modal-close{background:var(--card-bg);border-color:var(--border)}[data-theme=dark] .contact-modal .form-group input,[data-theme=dark] .contact-modal .form-group textarea{-webkit-text-fill-color:var(--text)}.logs-row{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}@media (min-width:1024px){.logs-row{flex-direction:row;align-items:stretch}.logs-row__card{min-width:0;display:flex;flex-direction:column;height:520px}#activity-log-section.logs-row__card{flex:1 1 0}.logs-row__card:not(#activity-log-section){flex:2 1 0}.logs-row__card .log-feed-scroll,.logs-row__card .log-viewer-pre{flex:1;max-height:none;min-height:0}}.log-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:.85rem}.log-card-header .settings-card__title{margin:0}.log-card-controls{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.log-select{padding:.3rem .6rem;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);font-size:.85rem}.log-meta-label{font-size:.78rem;color:var(--text-secondary);white-space:nowrap}.log-feed-scroll{max-height:420px;overflow-y:auto}.log-viewer-pre{background:var(--bg-secondary,#0d1117);color:var(--text-primary,#e6edf3);font-family:SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:.78rem;line-height:1.55;padding:.85rem 1rem;border-radius:10px;overflow-x:auto;overflow-y:auto;max-height:420px;white-space:pre;margin:0;border:1px solid var(--border-color)}.al-feed{list-style:none;margin:0;padding:0}.al-item{display:flex;align-items:center;gap:.75rem;padding:.7rem .35rem;border-bottom:1px solid var(--border-color,rgba(0,0,0,.08));font-size:.875rem;transition:background .15s}.al-item:last-child{border-bottom:none}.al-item:hover{background:var(--bg-secondary,rgba(0,0,0,.03));border-radius:6px}.al-icon{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;background:var(--bg-secondary,#f0f0f0);color:var(--text-secondary,#666)}.al-type--smoked .al-icon{background:#fde8e8;color:#c0392b}.al-type--smoked-special .al-icon{background:#f3e8fd;color:#8e44ad}.al-type--resisted .al-icon{background:#e8f8e8;color:#27ae60}.al-type--resisted-special .al-icon{background:#e8f5fd;color:#2980b9}.al-type--session .al-icon{background:#eaf0fb;color:#3b5bdb}.al-type--budget .al-icon{background:#fef9e7;color:#f39c12}.al-type--cost .al-icon{background:#fef0e7;color:#e67e22}.al-type--message .al-icon{background:#f0f9ff;color:#0284c7}.al-type--challenge .al-icon{background:#f0fdf4;color:#16a34a}.al-body{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.al-label{font-weight:600;color:var(--text);line-height:1.3}.al-detail{color:var(--text-muted);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.al-ts{flex-shrink:0;font-size:.76rem;color:var(--text-muted);white-space:nowrap;text-align:right;line-height:1.3}.al-empty,.al-error,.al-loading{text-align:center;padding:1.5rem;color:var(--text-muted);font-size:.88rem}.al-error{color:var(--danger,#c0392b)}[data-theme=dark] .al-type--smoked .al-icon{background:rgba(192,57,43,.25);color:#e88080}[data-theme=dark] .al-type--smoked-special .al-icon{background:rgba(142,68,173,.25);color:#c589e8}[data-theme=dark] .al-type--resisted .al-icon{background:rgba(39,174,96,.25);color:#5ed48a}[data-theme=dark] .al-type--resisted-special .al-icon{background:rgba(41,128,185,.25);color:#6ab4e8}[data-theme=dark] .al-type--session .al-icon{background:rgba(59,91,219,.25);color:#8fa8f0}[data-theme=dark] .al-type--budget .al-icon{background:rgba(243,156,18,.25);color:#f5c842}[data-theme=dark] .al-type--cost .al-icon{background:rgba(230,126,34,.25);color:#f0a060}[data-theme=dark] .al-type--message .al-icon{background:rgba(2,132,199,.25);color:#56bef5}[data-theme=dark] .al-type--challenge .al-icon{background:rgba(22,163,74,.25);color:#4ade80}[data-theme=dark] .al-label{color:var(--text,#e6edf3)}[data-theme=dark] .al-detail{color:var(--text-muted,#8b9eb0)}[data-theme=dark] .al-ts{color:var(--text-muted,#8b9eb0)}[data-theme=dark] .al-item:hover{background:rgba(255,255,255,.04)}@media (max-width:768px){#activity-log-section{display:none}}