.anw-page{min-height:0;color:var(--app-shell-text);font-family:var(--app-shell-font);background:var(--app-shell-canvas);flex:1;overflow-y:auto}.anw-inner{width:100%;max-width:768px;padding:var(--app-space-48) var(--app-space-20) 96px;margin:0 auto}.anw-title{color:var(--app-shell-text);font-size:var(--app-type-title2);font-weight:var(--app-weight-semibold);letter-spacing:var(--app-tracking-hero);margin:0;line-height:32px}.anw-subtitle{margin:var(--app-space-6) 0 0;color:var(--app-shell-text-muted);font-size:var(--app-type-small);font-weight:var(--app-weight-medium);letter-spacing:var(--app-tracking-hero);line-height:18px}.anw-card{background:var(--app-shell-panel);border:1px solid var(--app-shell-border);border-radius:var(--app-shell-radius-card);box-shadow:var(--app-shell-shadow);position:relative;overflow:hidden}.anw-card[data-slot=radio-group]{gap:0}.anw-card>*+:before,.anw-row--skeleton+.anw-row--skeleton:before{z-index:1;top:0;right:var(--app-space-16);left:var(--app-space-16);background:var(--app-shell-border);content:"";height:1px;position:absolute}.anw-intro{align-items:flex-start;gap:var(--app-space-12);margin-top:var(--app-space-24);padding:var(--app-space-16);display:flex}.anw-intro-icon{width:20px;height:20px;color:var(--app-shell-text);flex:0 0 20px;justify-content:center;align-items:center;display:inline-flex}.anw-intro-text{color:var(--app-shell-text-muted);font-size:var(--app-type-small);margin:0;font-weight:400;line-height:20px}.anw-section{margin-top:var(--app-space-32)}.anw-section-title{margin:0 0 var(--app-space-12);color:var(--app-shell-text);font-size:var(--app-type-regular);font-weight:var(--app-weight-semibold);letter-spacing:var(--app-tracking-hero);line-height:23px}.anw-section-caption{margin:-4px 0 var(--app-space-12);color:var(--app-shell-text-muted);font-size:var(--app-type-small);font-weight:400;line-height:20px}.anw-row{width:100%;min-height:var(--app-shell-row-list);box-sizing:border-box;align-items:center;gap:var(--app-space-14);padding:var(--app-space-12) var(--app-space-16);color:var(--app-shell-text);text-align:left;transition:background-color .12s var(--app-shell-easing);background:0 0;display:flex;position:relative}.anw-row--choice{cursor:pointer}.anw-row--choice:hover:not(:has(.anw-radio[data-disabled])){background:var(--app-shell-control)}.anw-row--choice:focus-within{outline:var(--app-shell-focus-ring-width) solid var(--app-shell-focus-ring);outline-offset:var(--app-shell-focus-ring-offset)}.anw-row--choice:has(.anw-radio[data-disabled]){cursor:default;opacity:.6}.anw-radio{flex:none}.anw-row-body{gap:var(--app-space-2);flex-direction:column;flex:auto;min-width:0;display:flex}.anw-row-label{color:var(--app-shell-text);font-size:var(--app-type-small);font-weight:var(--app-weight-medium);letter-spacing:var(--app-tracking-hero);line-height:18px}.anw-row-caption{color:var(--app-shell-text-muted);font-size:var(--app-type-small);font-weight:400;line-height:20px}.anw-switch{flex:none}.anw-textarea{width:100%;min-height:96px;margin:0}.anw-note-status{min-height:20px;margin:var(--app-space-8) 0 0;color:var(--app-shell-text-subtle);font-size:var(--app-type-small);font-weight:400;line-height:20px}.anw-notice{justify-content:space-between;align-items:center;gap:var(--app-space-12);margin-top:var(--app-space-16);padding:var(--app-space-12) var(--app-space-16);background:var(--app-shell-control);border-radius:var(--app-shell-radius-card);flex-wrap:wrap;display:flex}.anw-notice-text{color:var(--app-shell-text-muted);font-size:var(--app-type-small);margin:0;font-weight:400;line-height:20px}.anw-error{margin:var(--app-space-12) 0 0;color:var(--app-shell-danger);font-size:var(--app-type-small);font-weight:400;line-height:20px}.anw-btn{box-sizing:border-box;height:32px;padding:0 var(--app-space-14);color:var(--app-shell-text);font-family:inherit;font-size:var(--app-type-small);letter-spacing:var(--app-tracking-hero);white-space:nowrap;background:var(--app-shell-panel);border:1px solid var(--app-shell-border-strong);border-radius:var(--app-shell-radius-chip);cursor:pointer;transition:background-color .12s var(--app-shell-easing), border-color .12s var(--app-shell-easing);outline:none;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.anw-btn:hover{border-color:var(--app-shell-border-hover);background:var(--app-shell-wash-faint)}.anw-btn:focus-visible{outline:var(--app-shell-focus-ring-width) solid var(--app-shell-focus-ring);outline-offset:var(--app-shell-focus-ring-offset)}.anw-row--skeleton{align-items:stretch;gap:var(--app-space-8);flex-direction:column}.anw-skeleton{border-radius:var(--app-shell-radius-chip);height:14px}.anw-skeleton--short{width:34%}.anw-skeleton--long{width:72%}@media (prefers-reduced-motion:reduce){.anw-row,.anw-btn{transition:none}}